Re: cut...

Tom Oehser <[email protected]> Fri, 5 Mar 2004 07:20:48 -0500 (EST)
Newsgroups gmane.linux.tomsrtbt
Message-ID <[email protected]>
> I thought I could do it this way:

> dmesg | grep ROM | grep Cache | cut -d":" -f1

Well, first, you can just look at /bin/cut.lua, it is ascii text.

Second, it is unlikely that I support -d":" -f1 instead of -d ":" -f 1,
try it that way, it is probably just that I don't support mashing the opts.

-Tom