Как переименовать файлы эпизодов сериалов в папках в foldername с помощью пакетного файла [duplicate]

También puede usarbeginyendpara condicionales:

De tutorial de peces:

For even more complex conditions, use begin and end to group parts of them.

Para un ejemplo más simple, puede echar un vistazo a esta respuesta de stackoverflow.

Para su código, solo tiene que reemplazar el (con begin ;y el )con ; end.

#!/usr/bin/fish

if begin ; false ; and true ; end ; or true
    echo "true"
else
    echo "false"
end

if false; and begin ; true ; or true ; end
    echo "true"
else
    echo "false"
end

6
11.01.2012, 17:07
0 ответов

Теги

Похожие вопросы