Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, create custom command lsl that does what "ls -l" does.
Answer

alias lsl="ls -l"

^^ note this only creates lsl alias in the current shell, i.e. once shell is exited (or new child shell created) alias no longer exists


Question
In linux, create custom command lsl that does what "ls -l" does.
Answer
?

Question
In linux, create custom command lsl that does what "ls -l" does.
Answer

alias lsl="ls -l"

^^ note this only creates lsl alias in the current shell, i.e. once shell is exited (or new child shell created) alias no longer exists

If you want to change selection, open document below and click on "Move attachment"

20. Advanced Shell Scripting
for a ``no operation'' line such as: 5 if <command> ; then : else echo "<command> was unsuccessful" fi . filename args ... A single dot is the same as the source command. See below. <span>alias command = value Creates a pseudonym for a command. Try: alias necho="echo -n" necho "hello" Some distributions alias the mv , cp , and rm commands to the same pseudonym with the -i ( i nteractive) opti

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised 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.