Skip to content

Instantly share code, notes, and snippets.

@skangmy
Created November 9, 2022 00:41
Show Gist options
  • Save skangmy/e1798b8ec06b458dddb4364bc07fbb4a to your computer and use it in GitHub Desktop.
Save skangmy/e1798b8ec06b458dddb4364bc07fbb4a to your computer and use it in GitHub Desktop.
Commonly used linux command
// 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