View Single Post
Posts: 78 | Thanked: 109 times | Joined on Jan 2012 @ Washington State
#58
Originally Posted by Addison View Post
Dang it I'm super dumb.

llib pianobar | sed -u 's/|> //'
sed: invalid option -- u
No, you're not dumb at all. You just have the default "sed" from the mini-linux environment, Busybox. I just grabbed the latest GNU source for a full sed and built it for the n810. Grab it from:

www.vsta.org/andy/pickup/n810_sed

Probably you shouldn't scribble on top of the Busybox one, just put this one in /usr/local/bin/sed (or /usr/local/bin/gsed to be really defensive) and it definitely has the -u option.

Andy
 

The Following 2 Users Say Thank You to vandys For This Useful Post: