Eu tenho um ifno meu script bash que tem que verificar se existe um dos 2 arquivos, se eles não existem, deve ecoar. Código que eu tenho: if [[ ! -f /etc/benchmarking/code ]] && [[ ! -f /etc/benchmarking/code.class ]]; then echo "match" fi Mas isso não parece funcionar por algum motivo....