Y
Hacker News
new
|
ask
|
show
|
jobs
by
rhizome
3185 days ago
A `cat -i` switch could be good.
1 comments
ConfucianNardin
3184 days ago
A flag for cat won't help you - it's your shell that does the redirection. You're looking for `set -o noclobber` (same as `set -C`).
link
rhizome
3183 days ago
Ah, let's go with `> -i` then! :)
link