Skip to content

Instantly share code, notes, and snippets.

@anchnk
Created June 3, 2017 17:07
Show Gist options
  • Save anchnk/f76f00142fc735d2f753ca9bcee2ba9e to your computer and use it in GitHub Desktop.
Save anchnk/f76f00142fc735d2f753ca9bcee2ba9e to your computer and use it in GitHub Desktop.
Linux command line katas
#!/bin/sh
ls -pla | grep -v / | grep "^." | sort -k 5nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment