Created
November 9, 2022 00:41
-
-
Save skangmy/e1798b8ec06b458dddb4364bc07fbb4a to your computer and use it in GitHub Desktop.
Commonly used linux command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// find file by name | |
// e.g. find . -iname 'SomeLog*' | |
find /path/to/file/ -iname filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment