mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-11 18:39:35 +00:00
6 lines
65 B
Text
6 lines
65 B
Text
|
|
env XXX='hello)'
|
||
|
|
grep ^${XXX@R}$ file.txt
|
||
|
|
|
||
|
|
-- file.txt --
|
||
|
|
hello)
|