Difference between revisions of "Bash brace expansion"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
  [[cp -v]] file1.txt{,.bak}
 
  [[cp -v]] file1.txt{,.bak}
  
  cp /etc/httpd/httpd.{,.[[BAK]]}
+
  [[cp]] /etc/httpd/httpd.{,.[[BAK]]}
  
  
Line 12: Line 12:
 
== Related ==
 
== Related ==
 
* <code>[[for]]</code>
 
* <code>[[for]]</code>
 +
* [[CTRL+R]]
 +
* [[Bash arithmetic integer expansion]]
  
 
== See also ==
 
== See also ==

Latest revision as of 06:53, 22 January 2024

Advertising: