Difference between pages "Bash operators" and "ErrorMessAges"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(New page: = $() = The operator $() in the bash shell is replaced by the output of the command enclosed in the parentheses. Examples: rpm -ql $(rpm -qa) for i in $(seq 1 1 100); do echo $i; done)
 
imported>ThorstenStaerk
 
Line 1: Line 1:
= $() =
+
#REDIRECT [[Error messages and their solutions]]
The operator $() in the bash shell is replaced by the output of the command enclosed in the parentheses.
 
 
 
Examples:
 
rpm -ql $(rpm -qa)
 
 
 
for i in $(seq 1 1 100); do echo $i; done
 

Latest revision as of 07:49, 7 December 2012