aliases
December 9th, 2008 at 10:52pm |
in order to ease work on the terminal shell linux enables you to set aliases of complex commands.
this can be done in different ways
- temporary
alias pico=’pico -w’
or alias pico=”pico -w”
- permanent
editing
$HOME/.bashrc
or $HOME/.bash_aliases
and write down the alias strings at the bottom ot the files
- to show up the current aliases
alias
or alias -p
Related posts:
- get back coloured bash!
- gnome-terminal empty
- updatedb (slocate, locate) privacy settings
- Basic commands for GNU/Linux – BSD (part 1)
Print This Post
|
Email This Post