Comment 2 for bug 218637

Revision history for this message
t3r0 (t3r0) wrote : Re: [Hardy] Piping commands does not work always

I can confirm this!

Clean install of Hardy 64bit.

tero2@tero-desktop:~$ lspci | grep VGA
bash:  grep: command not found
tero2@tero-desktop:~$

tero2@tero-desktop:~$ ls -l / | grep home
bash:  grep: command not found

tero2@tero-desktop:~$ ls -l / | /bin/grep home
bash:  /bin/grep: No such file or directory

tero2@tero-desktop:~$ echo "mooo" | cowsay
bash:  cowsay: command not found