aliases

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:

  1. get back coloured bash!
  2. gnome-terminal empty
  3. updatedb (slocate, locate) privacy settings
  4. Basic commands for GNU/Linux – BSD (part 1)
| Print This Post Print This Post | Email This Post Email This Post
RSS 2.0 | Trackback | Comment

Leave a Reply

XHTML: You can use these tags: b, cite, code, em, i, q cite="", strike, strong.