Estou tentando escrever um script que procure um arquivo e, se for encontrado, salve o caminho completo para uma variável. Versão atual:
if [[ -n FOUND_PATH=$(find "$PATH" -name "file.exe") ]]; then
echo "Found, full path: "$FOUND_PATH
el...
16.07.2015 / 21:07