J'ai un programme pas vraiment permissif avec lequel travailler. Malheureusement, ce programme ne permet pas seulement ce qui suit
"command -a -b -c"
ou
"command -abc"
Je dois donc toujours taper ce qui suit
command -a && command -b && command -c
Je suis sûr qu'il existe un moyen plus efficace de taper cela, mais je ne peux pas le comprendre.
cmd -a; cmd -b; cmd -clong terme, comme tous les êtres humains.
command. Dans le cas général command -a -b -c, command -abcet command -a && command -b && command -cont une signification différente ..