
Originally Posted by
Vaphell
< is better because it is a standard functionality of shell and doesn't require spawning yet another process.
similar case is with touch - people create empty files with touch because they don't know they can use builtin > file for that (with nothing before >).
</snip>
Bookmarks