-
-
Save hirejohnsalcedo/1e1c6fc4cb45b62478ef1482608faeb6 to your computer and use it in GitHub Desktop.
Alias for 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
alias l="clear && pwd && ls --color -lA | tr -s ' ' | cut -d' ' -f9 | sed '/^$/d'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment