02-19-2006, 10:36 PM
if I'm trying to do something like 'sed - $variable p' to output a specific line, how would I get it so there aren't any spaces? would I have to use tr?
using the above I get sed - X p when I need sed -Xp
Thanks in advance!
using the above I get sed - X p when I need sed -Xp
Thanks in advance!