Cmd Generator

info

Read Info documentation.

info

Examples

# Read info for ls
info ls

# Show location of info file
info -w ls

# Read a specific node
info -n "Top" coreutils

# Search by keyword
info -k "sort"

# Output to file
info -o output.txt ls