-
-
Save jaqque/6107674 to your computer and use it in GitHub Desktop.
quick ls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qls() { perl -E'for(@ARGV){-d||next;say"$_:";opendir$d,$_;say+join"\n",sort(readdir$d)}' "${@:-.}"; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment