What BASH environment variable will prevent you from ov…

What BASH environment variable will prevent you from overwriting a file with a “>” or “>>”?

What BASH environment variable will prevent you from overwriting a file with a “>” or “>>”?

A.
set -o safe

B.
set -o noglob

C.
set -o noclobber

D.
set -o append

E.
set -o nooverwrite



Leave a Reply 0

Your email address will not be published. Required fields are marked *