In linux, if you create alias command lsl (by: alias lsl="ls -l"), how do you remove this alias?
Answer
unalias lsl
Question
In linux, if you create alias command lsl (by: alias lsl="ls -l"), how do you remove this alias?
Answer
?
Question
In linux, if you create alias command lsl (by: alias lsl="ls -l"), how do you remove this alias?
Answer
unalias lsl
If you want to change selection, open document below and click on "Move attachment"
20. Advanced Shell Scripting ( i nteractive) option set. This prevents files from being deleted without prompting, but can be irritating for the administrator. See your ~/.bashrc file for these settings. See also unalias . <span>unalias command Removes an alias created with alias . 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
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.