The difference between ‘&&’ and ‘-a’ These days I am reading the book 'Advanced Bash-Scripting Guide' and I got confused about '&&' and '-a'.The related part was here: [ 1 -eq 1 ] && [ -n "`echo true 1>&2`" ] # t... 18/08/2018Linux213 viewsCommentsABS SHELL Read More...