User Tools

Site Tools


bash:aliases

This is an old revision of the document!


BASH - Aliases

A Bash alias allows the user to launch any command or group of commands (including options and filenames) by entering a single word.

Aliases are very convenient to use for frequently used commands.


Example

An alias c is created against clear command.

alias c='clear'`

Instead of needing to type the word clear to clear the screen, the letter c can now be used instead (with the [ENTER] key).

c

Examples

Local vs Global Aliases

My Aliases


bash/aliases.1588710164.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki