In Linux, if you have a command summary/synopsis of following fomat (for example from man pages or from --help of command):
cp [OPTION]... [-T] SOURCE DEST
what does the "..." symbolize?
Answer
means "one or more"
Question
In Linux, if you have a command summary/synopsis of following fomat (for example from man pages or from --help of command):
cp [OPTION]... [-T] SOURCE DEST
what does the "..." symbolize?
Answer
?
Question
In Linux, if you have a command summary/synopsis of following fomat (for example from man pages or from --help of command):
cp [OPTION]... [-T] SOURCE DEST
what does the "..." symbolize?
Answer
means "one or more"
If you want to change selection, open document below and click on "Move attachment"
4. Basic Commands reply.] These are common conventions used to specify the usage of a command. The [ and ] brackets are also not actually typed but mean that the contents between them are optional. The ellipses <span>... mean that <file> can be given repeatedly, and these also are never actually typed. From now on you will be expected to substitute your own parameters by interpreting the usage sum
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.