Tim Jones schrieb dereinst (am 22.08.2006 20:02 Uhr) via [EMAIL PROTECTED]:
> Tiger **WON'T** execute fat binary command line tools such as grep, > cat, sudo ... I don't see this. > pc-00179:~ tjones$ sh grep -a tiger1 /etc/hosts > grep: /usr/bin/grep: cannot execute binary file True, the first argument of "sh" is assumed to be the name of a file containing shell commands, not a binary like grep. What you want is probably sh -c "grep -a tiger1 /etc/hosts" Cheers, Knut _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
