ALIASES
root@sa:~$ nano .bash_profile
...
alias latest='ls -lrt | tail -1'
* place all lengthy cmds
- format alias {shortcutCmd}='{lengthyCmds}'
* the cmd retrieves the latest file or directory
root@sa:~$ alias
root@sa:~$ latest
...
Last updated