Bash - Locate the binary, source, and manual page files for a command

# List the directories where the perl source files, documentation, and binaries are stored. whereis perl # Find all files in the current directory which are not documented in /usr/man/man1, whose source resides in /usr/src. whereis -u -M /usr/man/man1 -S /usr/src -f *

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.