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