Skip to content

Instantly share code, notes, and snippets.

@ivermac
Last active December 19, 2018 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivermac/7156f11510dbcc3442b608ebc9004f69 to your computer and use it in GitHub Desktop.
Save ivermac/7156f11510dbcc3442b608ebc9004f69 to your computer and use it in GitHub Desktop.
Useful commands for linux and/or osx

search for a file

find / -name <file-name>

search for a directory

find / -type d -name "<directory-name>"

determine file type

file <filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment