or specify:
/usr/coreutils/bin/command
◦ To use an original OSS Utilities command, you can set the PATH environment variable:
export PATH=/bin:/usr/coreutils/bin:/home
or specify:
/bin/command
• To access a command's reference page, you can specify the path by setting the MANPATH
environment variable:
◦ To access an OSS Core Utilities reference page, you can set the MANPATH environment
variable:
export MANPATH=/usr/coreutils/share/man:/usr/share/man
or specify:
man -M /usr/coreutils/share/man title
◦ To access an original OSS Utilities reference page, you can set the MANPATH environment
variable:
export MANPATH=/usr/share/man:/usr/coreutils/share/man
or specify:
man -M /usr/share/man title
You can print any of the OSS Core Utilities reference pages in either of the following ways:
• export MANPATH=/usr/coreutils/share/man:/usr/share/man
man title | lp
• man -M /usr/coreutils/share/man title | lp
Where title is the OSS Core Utilities command.
190 OSS Core Utilities User Commands
Commentaires sur ces manuels