> 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
