set -C
|
Execute command 'set -C' enables the shell's noclobber option.
|
redirections with plain > to preexisting files fail.
|
'>|' overrides the noclobber option
|
a feature borrowed from the Korn shell
|
standardized since 1992,
|
some systems may not support it
|