Skip to content
Snippets Groups Projects
Commit ab3a405f authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add alias for ls to sort by file size

parent 41b72de5
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ alias lla='ls -hlAF'
alias lsa='ls -AF'
alias llt='ls -hlFtr'
alias lat='ls -hlAFtr'
alias las='ls -hlASr'
alias snk='ssh -o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null'
alias snc='ssh -o ControlMaster=no -o ControlPath=none'
alias ldapsearch='ldapsearch -o ldif-wrap=no'
......
......@@ -30,6 +30,7 @@ alias lla='ls -hlAF'
alias lsa='ls -AF'
alias llt='ls -hlFtr'
alias lat='ls -hlAFtr'
alias las='ls -hlASr'
alias s='ssh'
alias snk='ssh -o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null'
alias snc='ssh -o ControlMaster=no -o ControlPath=none'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment