Skip to content

Instantly share code, notes, and snippets.

@14mRh4X0r
Created November 30, 2012 13:05
Show Gist options
  • Save 14mRh4X0r/4175624 to your computer and use it in GitHub Desktop.
Save 14mRh4X0r/4175624 to your computer and use it in GitHub Desktop.
function sl () { ls "$@" | perl -lpe "\$_ = reverse" | while read; do printf "%${COLUMNS}s" "$REPLY"; done; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment