Searched refs:filez (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/gzip/
H A Dznew39 filez="$prefix".Z
42 if test ! -e "$filez"; then
43 echo "$prog: $filez does not exist"
46 if test ! -f "$filez"; then
47 echo "$prog: $filez is not a regular file"
62 if uncompress -f -c < "$filez" | gzip -f -c $gzipflags > "$tmp"; then
63 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
64 echo -n "$prog: $filez is smaller than $filegz"
76 if ! cp -fp "$filez" "$filegz"; then
77 echo "$prog: warning: could not keep mode of $filez"
[all...]

Completed in 131 milliseconds