Bash Scripting - File Operations in Scripts
In bash scripting, what is the effect of using the
>> operator with a command?>> operator with a command?>> operator in bash is used to append output to a file.>, it does not overwrite but adds to the end of the file.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions