|
|
|
|
|
by BeefWellington
1636 days ago
|
|
The original poster is using a subshell. Your example uses echo, which is both a built-in AND an external program. They are not comparable. I've never seen a shell inline cat, probably because it would make no sense given there are POSIX builtins to do exactly what cat does. |
|
strace doesn't lie here, and I've seen it substitute cat in trivial cases quite often.