Skip to content
Snippets Groups Projects
Commit d6a44ca9 authored by nimrod's avatar nimrod
Browse files

lh: ls sorted by human-numeric size.

parent 31e45f99
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,7 @@ alias httpbin='gunicorn httpbin:app --bind 0.0.0.0:8080' ...@@ -112,6 +112,7 @@ alias httpbin='gunicorn httpbin:app --bind 0.0.0.0:8080'
alias jjb='jenkins-jobs' alias jjb='jenkins-jobs'
alias l='ls -F' alias l='ls -F'
alias la='ls -AF' alias la='ls -AF'
alias lh='ls -lhAS'
alias listen_tcp='nc -vlk 0.0.0.0' alias listen_tcp='nc -vlk 0.0.0.0'
alias listen_udp='nc -uvlk 0.0.0.0' alias listen_udp='nc -uvlk 0.0.0.0'
alias listen_unix='nc -Uvlk' alias listen_unix='nc -Uvlk'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment