what does "2>&1 || :" mean in shell script?
gzip some.log 2>&1 || :
I know what "2>&1" means. but what is the meaning of "|| :" that follows?
what does "2>&1 || :" mean in shell script?
gzip some.log 2>&1 || :
I know what "2>&1" means. but what is the meaning of "|| :" that follows?