Estou tentando exibir o texto TRUE na tela se um arquivo for testado para ter o bit legível definido usando a instrução if.
if [[ -r /path/to/your/file ]]; then echo "TRUE" fi
Tags linux shell centos scripting