help

rgrep

Manual page and help for the rgrep linux command.

fgrep

Manual page and help for the fgrep linux command. The fgrep command, as opposed to the grep command, treats patterns received as parameters as a list of fixed strings separated by newlines. The operation of the fgrep command is the same as using the -F or --fixed-strings option of the grep command.

znew

Manual page and help for the linux znew command. The znew command recompresses .Z (compress) files into .gz (gzip) files.

can

Manual page and help for the linux zmore command. The zmore command is a filter that allows you to scan compressed or plain text files on the screen. 

gzip

Manual page and help for the linux gzip command. Gzip compresses files using Lempel-Ziv encoding (LZ77).

gexe

Manual page and help for the gzexe linux command. The gzexe program compresses executable files, which are automatically extracted and executed when run. 

zdiff

Manual page and help for the zdiff linux command. You can use the zdiff command to compare compressed files.

printf (built-in Bash command)

The manual page and help for the printf built-in Bash command. The printf command prints text formatted based on the parameters received to standard output.

gooseberry

Manual page and help for the egrep linux command. The egrep command is an extended version of the grep command that works with extended regular expressions. It works the same as using the -E switch on the grep command.