Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Forget_Code.Models.CategoryViewModel
Add a new snippet
AWK
1
Choose Category
man in UNIX
Forget Code
UNIX
man
The man command displays the online manual pages.
Syntax:
man [options] [ [section] subjects]
Options Usage
-
Output is piped through the more command.
-d
Debug.
-F
Search the MANPATH directories.
-f files
Display a summary (one line) for each file.
-k keywords
Displays the header lines that contain any of the keywords.
-M path
Searchs in the path instead of the MANPATH directories.
-t
Format the pages with troff.
-T mac
Display using mac.
Example:
man -f tech
Tags for man in UNIX
man in UNIX
Contribute to Forget Code, help others.
Add snippet