i want to ask if i can execute command within command ? like :- command (other command)
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
sounds like you want "piping" as in:
|
|||
|
|
|
$() can be used and for bash are preferred over backticks, but are not portable. |
|||
|
|