TheDude
05-27-2007, 03:24 PM
Shell Quoting:
`cmd` execute command and substitute it's output
\c escape character c (take literal)
'str' string characters taken literally ("delayed execution")
"str" allow command substitution and variable substitution
`cmd` execute command and substitute it's output
\c escape character c (take literal)
'str' string characters taken literally ("delayed execution")
"str" allow command substitution and variable substitution