Difference between revisions of "Bash brace expansion"

From wikieduonline
Jump to navigation Jump to search
(Created page with "https://www.cyberciti.biz/faq/explain-brace-expansion-in-cp-mv-bash-shell-commands/ == See also == * {{Bash}} Category:Bash")
 
Tags: Mobile web edit, Mobile edit
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
 +
echo YOUR_TEXT{1,2,3}.txt
  
 +
[[cp -v]] file1.txt{,.bak}
 +
 +
[[cp]] /etc/httpd/httpd.{,.[[BAK]]}
 +
 +
 +
 +
== Related ==
 +
* <code>[[for]]</code>
 +
* [[CTRL+R]]
 +
* [[Bash arithmetic integer expansion]]
  
 
== See also ==
 
== See also ==
 
* {{Bash}}
 
* {{Bash}}
 
  
 
[[Category:Bash]]
 
[[Category:Bash]]

Latest revision as of 06:53, 22 January 2024

Advertising: