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

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

Completed in 155 milliseconds