Skip to content

Instantly share code, notes, and snippets.

@rohitfarmer
Last active October 29, 2018 16:21
Show Gist options
  • Select an option

  • Save rohitfarmer/91a703be1018908e5059666e0777c401 to your computer and use it in GitHub Desktop.

Select an option

Save rohitfarmer/91a703be1018908e5059666e0777c401 to your computer and use it in GitHub Desktop.
Linux useful commands

Find

find /path/ -name filename* 2>/dev/null # This will redirect all the permission denied statements to null.

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