Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Finding Things

Towha edited this page Mar 24, 2020 · 1 revision

find finds files with specific properties that match patterns.

grep selects lines in files that match patterns.

--help is an option supported by many bash commands, and programs that can be run from within Bash, to display more information on how to use these commands or programs.

man command displays the manual page for a given command.

$(command) inserts a command’s output in place.

Clone this wiki locally