inserting program output into a variable
Hello,
I know that with C Shell i can do this:
set var1=`some_command with_arguments`
and get in var1 the output of that command with these arguments...
is there a way to achieve this in Dash and Bash?
Last edited by MrFixit; 03-13-2008 at 06:19 PM.
|