In linux, [...][...] is used to generate stings at the command line or in a shell script using either a sequence specification or a comma separated list of items inside curly braces.
Answer
Brace expansion
^^ syntax is simple: {}
Question
In linux, [...][...] is used to generate stings at the command line or in a shell script using either a sequence specification or a comma separated list of items inside curly braces.
Answer
?
Question
In linux, [...][...] is used to generate stings at the command line or in a shell script using either a sequence specification or a comma separated list of items inside curly braces.
Answer
Brace expansion
^^ syntax is simple: {}
If you want to change selection, open document below and click on "Move attachment"
20. Advanced Shell Scripting 0.3 Expansion Expansion refers to the way bash modifies the command-line before executing it. bash performs several textual modifications to the command-line, proceeding in the following order: <span>Brace expansion We have already shown how you can use, for example, the shorthand touch file_{one,two,three}.txt to create multiple files file_one.txt , file_two.txt , and file_three.txt . This is know
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.