Lines Matching full:cat

43 	cat <<- 'DONE' |
46 cat <<- 'DONE' |
50 cat <<- 'DONE' |
54 cat <<- 'DONE' |
59 cat <<- 'DONE' |
64 cat <<- 'DONE' |
72 ${TEST_SH} -c 'cat File'
74 cat <<- 'DONE' |
78 cat <<EOF
81 cat <<\EOF
100 ${TEST_SH} -c 'cat < File'
103 ${TEST_SH} -c 'cat <File'
106 ${TEST_SH} -c 'cat< File'
109 ${TEST_SH} -c 'cat < "File"'
112 ${TEST_SH} -c '< File cat'
117 ${TEST_SH} -c '< wc cat'
119 mv wc cat
121 ${TEST_SH} -c '< cat wc'
124 cat <<- 'EOF' |
134 cat <<- 'EOF' |
144 cat <<- 'EOF' |
154 cat <<- 'EOF' |
165 cat <<- 'EOF' |
175 cat <<- 'EOF' |
189 cat <<- 'EOF' |
200 cat <<- 'EOF' |
213 cat <<- 'EOF' |
260 test "$(cat Output)" = "Hello" ||
261 atf_fail "#$T: Incorrect Output: Should be 'Hello' is '$(cat Output)'"
266 test "$(cat Output)" = "Hello" ||
267 atf_fail "#$T: Incorrect Output: Should be 'Hello' is '$(cat Output)'"
272 test "$(cat Output)" = "Hello${nl}Bye" || atf_fail \
273 "#$T: Incorrect Output: Should be 'Hello\\nBye' is '$(cat Output)'"
277 'echo line 1 > Output; echo line 2 >> Output; cat Output'
278 test "$(cat Output)" = "line 1${nl}line 2" || atf_fail \
279 "#$T: Incorrect Output: Should be 'line 1\\nline 2' is '$(cat Output)'"
283 test "$(cat Output)" = "line 1" || atf_fail \
284 "#$T: Incorrect Output: Should be 'line 1' is '$(cat Output)'"
288 test "$(cat Out1)" = "line 1" || atf_fail \
289 "#$T: Incorrect Out1: Should be 'line 1' is '$(cat Out1)'"
290 test "$(cat Out2)" = "line 2" || atf_fail \
291 "#$T: Incorrect Out2: Should be 'line 2' is '$(cat Out2)'"
295 test "$(cat Out1)" = "line 1" || atf_fail \
296 "#$T: Incorrect Out1: Should be 'line 1' is '$(cat Out1)'"
297 test "$(cat Out2)" = "line 2" || atf_fail \
298 "#$T: Incorrect Out2: Should be 'line 2' is '$(cat Out2)'"
301 cat <<- 'EOF' |
309 test "$(cat Out1)" = "line 3" || atf_fail \
310 "#$T: Incorrect Out1: Should be 'line 3' is '$(cat Out1)'"
311 test "$(cat Out2)" = "line 1${nl}line 2${nl}line 3" || atf_fail \
312 "#$T: Incorrect Out2: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out2)'"
315 cat <<- 'EOF' |
323 test "$(cat Out1)" = "line 1${nl}line 2${nl}line 3" || atf_fail \
324 "#$T: Incorrect Out1: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out1)'"
325 test "$(cat Out2)" = "line 1${nl}line 2${nl}line 3" || atf_fail \
326 "#$T: Incorrect Out2: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out2)'"
338 cat <<- 'DONE' > helper.sh
347 cat <<- 'DONE' > reread.sh
363 C=$(cat file-"$n")
418 cat <<- 'DONE' > helper.sh
493 atf_require_prog cat
498 ${TEST_SH} -c 'cat </dev/stdin'
513 cat 9<&0 </dev/fd/9'
576 test "$(cat Output)" = 'A Line >' || atf_fail \
577 "Output file contains '$(cat Output)' instead of '"'A Line >'\'
584 test "$(cat '>')" = 'A Line Output' || atf_fail \
585 "Output file ('>') contains '$(cat '>')' instead of 'A Line Output'"
598 cat <<- 'DONE' |
599 cat <<EOF
615 atf_require_prog cat
619 cat <<- 'DONE' |
637 cat <<- 'DONE' |
669 cat <<- 'DONE' |
684 ( ( ( cat <&13 >&12 ) 13<&8 12>&10 ) 10>&1 8<&6 ) 6<&4
685 ( ( ( cat <&4 ) <&4 6<&8 8<&11 )
687 ( ( ( cat <&7 >&1 ) 7<&6 >&10 ) 10>&2 6<&8 ) 2>&1
702 cat <<- 'DONE' > helper.sh
760 cat <<- 'DONE' > f-def
804 cat <<- 'DONE' >Script
812 printf '%s\n' foo=$(cat foo)
831 cat <<- 'DONE' > fgh.def