On Wednesday 15 August 2007 14:58:09 Larry Finger wrote: > +SSB_SPROM=`find /sys -name ssb_sprom` > +sudo cat $SSB_SPROM > ssb_sprom_copy > + > +Newbie Note: In the first line, those symbols are back ticks (usually found > +near the <ESC> key, not forward ticks usually found near the <CR> (enter) > key.
In Bash you can avoid these ugly backticks by doing SSB_SPROM=$(find /sys -name ssb_sprom) -- Greetings Michael. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
