02-19-2006, 11:01 PM
Or:
CMD=`echo "sed -${variable}p"`
then just put $CMD where you want to execute the command.
- Shadow
CMD=`echo "sed -${variable}p"`
then just put $CMD where you want to execute the command.
- Shadow
Urgent! UNIX shell scripting question!
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Urgent! UNIX shell scripting question! - by microchip13 - 02-19-2006, 10:36 PM
Re: Urgent! UNIX shell scripting question! - by shadow - 02-19-2006, 10:57 PM
Re: Urgent! UNIX shell scripting question! - by shadow - 02-19-2006, 11:01 PM
Re: Urgent! UNIX shell scripting question! - by microchip13 - 02-19-2006, 11:06 PM
|