alias Flashcards

1
Q

alias

A

An alias definition provides a string value that shall replace a command name when it is encountered.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

alias -p

A

-p Print all defined aliases in a reusable format.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

alias a=’cmd’

alias a=’cmd1;cmd2’

A

These are examples of how to define an alias.

Edit the ~.bashrc file to define an alias permanently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly