...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
rogpeppe
/
go-internal
/
testscript
/
testdata
/
regexpquote.txt
Documentation:
github.com/rogpeppe/go-internal/testscript/testdata
1
env XXX='hello)'
2
grep ^${XXX@R}$ file.txt
3
4
-- file.txt --
5
hello)
View as plain text