Home | History | Annotate | Download | only in bzip2

Lines Matching refs:FILE

9 # directly to cmp or diff.  If only 1 file is specified,  then
31 echo "${prog}: $ARG not found or not a regular file"
37 echo "Usage: $prog [${comp}_options] file [file]"
41 echo 'cannot create a temporary file' >&2
46 FILE=`echo "$1" | sed 's/.bz2$//'`
47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
74 echo "Usage: $prog [${comp}_options] file [file]"