Parsing output into a usable format.

Alan Cox alan at lxorguk.ukuu.org.uk
Fri Mar 9 12:57:55 UTC 2007


O=
>          #lynx  -source http://172.19.100.127/eng/main.htm|grep
> sVal\\[7\\]|cut -d, -f"

The quote symbol has meaning to the shell. Compare

	echo "Hello"
	echo Hello
and
	echo \"Hello\"

Applied to your grep/cut it should sort it out

Alan




More information about the fedora-list mailing list