unsetting (set -C) and set -o noclobber
I use a lot of text edditing on my laptop, and about a year and half ago I read my first unix bootk which gave the noclobber command and how to unset it.. now that my files are some what overflowing I need to use noclobber or the set -C option... I know the >| to override the no overwite command but can not remember how to unset the command :
$set -o noclobber
or
set -C
i have tried to reset SHELLOPTS, unsetting with -f option and even setting a new clobber option to no avail..
if anyone could give me the unset options for set -C and noclobber I would greatly appreciate it...
thanx in advance moxxx68
|