Positional Parameters contain the arguments that were passed to the current script or function.
Question
Parameter "$1" etc. ?
Answer
?
Question
Parameter "$1" etc. ?
Answer
Positional Parameters contain the arguments that were passed to the current script or function.
If you want to change selection, open document below and click on "Move attachment"
BashGuide/Parameters - Greg's Wiki you've got the drift now. Here's a summary of most of the Special Parameters: Parameter Name Usage Description 0 "$0" Contains the name, or the path, of the script. This is not always reliable. <span>1 2 etc. "$1" etc. Positional Parameters contain the arguments that were passed to the current script or function. * "$*" Expands 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
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.