Skip to content

Instantly share code, notes, and snippets.

@fabsta
Last active March 9, 2017 14:20
Show Gist options
  • Save fabsta/808ce8b96ec65cce7edd86c93f7bacc5 to your computer and use it in GitHub Desktop.
Save fabsta/808ce8b96ec65cce7edd86c93f7bacc5 to your computer and use it in GitHub Desktop.
unix

sorting files by user

ls -l | sort -k3,3

find ignore errors
find / -name livy_server 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment