Lines Matching refs:file_test
27 file_test() function
60 1) file_test in.txt "ASCII text";;
61 2) file_test in.bash "Bourne-Again shell script";;
62 3) file_test in.sh "POSIX shell script, ASCII text executable" \
66 4) file_test in.ksh "Korn shell script";;
67 5) file_test in.csh "C shell script";;
68 6) file_test in.c "ASCII C program text" "C source, ASCII text";;
69 7) file_test in.pl "[pP]erl script, ASCII text executable" \
72 8) file_test in.py "[pP]ython3\{0,1\} script, ASCII text executable" \
74 9) file_test in.m4 "M4 macro processor script, ASCII text" \
76 10) file_test in "ELF .*-bit $TEST_ARCH executable, .*" \
80 11) file_test in.ar "current ar archive";;
81 12) file_test in.tar "tar archive";;
82 13) file_test in.tar.gz "gzip compressed data, .*";;
83 14) file_test in.tar.bz2 "bzip2 compressed data, .*";;
84 15) file_test in.src.rpm "RPM v3 src" "RPM v3.0 src";;
85 16) file_test in.jpg "JPEG image data";;
86 17) file_test in.png "PNG image data";;
87 18) file_test in.wav "RIFF (little-endian) data, WAVE audio, Microsoft PCM";;
88 19) file_test in.mp3 "MPEG ADTS, layer III";;
89 20) file_test in.zip "Zip archive data";;