Y
Hacker News
new
|
ask
|
show
|
jobs
by
bonzini
456 days ago
echo is not portable anyway, use "printf %s STRING" or "printf '%s\n' STRING".
1 comments
ribcage
456 days ago
Yes, that's what I use. Sometimes I still get tempted to use echo because there's less typing...
link