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
Parameter "$@"
Answer
Expands to all the words of all the positional parameters. Double quoted, it expands to a list of them all as individual words.

Question
Parameter "$@"
Answer
?

Question
Parameter "$@"
Answer
Expands to all the words of all the positional parameters. Double quoted, it expands to a list of them all as individual words.
If you want to change selection, open document below and click on "Move attachment"

BashGuide/Parameters - Greg's Wiki
ds to all the words of all the positional parameters. Double quoted, it expands to a single string containing them all, separated by the first character of the IFS variable (discussed later). @ <span>"$@" Expands to all the words of all the positional parameters. Double quoted, it expands to a list of them all as individual words. # $# Expands to the number of positional parameters that are currently set. ? $? Expands to the exit code of the most recently completed foreground command. $ $$ Expands to the PID (pro

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.