Edited, memorised or added to reading queue

on 24-Nov-2020 (Tue)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Flashcard 3814685543692

Question
In linux, how to you see all the alias commands you have created?
Answer

alias -p

NOTE: just "alias" works too, without the -p


statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill
20. Advanced Shell Scripting
eing deleted without prompting, but can be irritating for the administrator. See your ~/.bashrc file for these settings. See also unalias . unalias command Removes an alias created with alias . <span>alias -p Prints list of aliases. eval arg ... Executes args as a line of shell script. exec command arg ... Begins executing command under the same process ID as the current script. This is most