Thread: Funny stuff
View Single Post
Old 10th September 2011
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

Quote:
Originally Posted by jggimi View Post
You're right, BSDfan!

I'm wrong, though, echo is indeed /bin/echo, not built-in.
It depends on the shell, but usually it's both.

Code:
$ type echo
echo is a shell builtin
$ which echo
/bin/echo
Actually, pdksh's echo accepts [-Een] as options.. /bin/echo only accepts [-n].
Reply With Quote