Lines Matching full:file1
7 cat >file1 <<EOF
17 testing "wc -c" "wc -c file1" "26 file1\n" "" ""
18 testing "wc -l" "wc -l file1" "4 file1\n" "" ""
19 testing "wc -w" "wc -w file1" "5 file1\n" "" ""
20 testing "wc format" "wc file1" "4 5 26 file1\n" "" ""
21 testing "wc multiple files" "wc input - file1" \
22 "1 2 3 input\n0 2 3 -\n4 5 26 file1\n5 9 32 total\n" "a\nb" "a b"
30 printf " " > file1
33 printf "ü" >> file1
35 testing "wc -m" "wc -m file1" "8193 file1\n" "" ""
36 printf " " > file1
39 printf "ü" >> file1
41 testing "wc -m (invalid chars)" "wc -m file1" "8193 file1\n" "" ""
48 rm file1