Back

Aliases

Some useful aliases.


                ..='cd ..'
                egrep='egrep --color=auto'
                fgrep='fgrep --color=auto'
                grep='grep --color=auto'
                l.='ls -d .* --color=auto'
                ll='ls -l --color=auto'
                ls='ls --color=auto'
                ltc='latexmk -pdf'
                pbcopy='xclip -selection clipboard'
                pbpaste='xclip -selection clipboard -o'
                rena='rename -f '\''y/A-Z/a-z/'\'' * && rename -f '\''y/_/-/'\'' * && rename -f '\''y/ /-/'\'' * && rename -f '\''y/,/-/'\'' *'
                rm=trash
                run-help=man
                which-command=whence
                xzegrep='xzegrep --color=auto'
                xzfgrep='xzfgrep --color=auto'
                xzgrep='xzgrep --color=auto'
                zegrep='zegrep --color=auto'
                zfgrep='zfgrep --color=auto'
                zgrep='zgrep --color=auto'