Common bash aliases
Stephen P Rufle
stephen.p.rufle at cox.net
Thu Jan 3 07:52:46 MST 2008
I Googled "common bash aliases"
http://www.hypexr.org/bash_tutorial.php
seemed to have a short list
alias ls='ls -aF --color=always'
alias ll='ls -l'
alias search=grep
alias mcd='mount /mnt/cdrom'
alias ucd='umount /mnt/cdrom'
alias mc='mc -c'
alias ..='cd ..'
alias ...='cd ../..'
The first 2 and the last 2 I have seen used by Matt G while helping me
at my house. I would like to know what are other people's favorites.
I will most likely take the list and add something about common aliases to
http://wiki.sabayonlinux.org/index.php?title=Tips
More information about the PLUG-discuss
mailing list