Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Cкрипт (ОС Linux) успішно завершується у випадку існування файлу. Вибрати вірний варіант:
#!/bin/ bash if [ -f /bin/bash ] then echo "file /bin/bash exists" fi if [ -d /bin/bash ] then echo "/bin/bash is a directory" fi
#!/bin/bash for i in 0 1 2 3 4 do echo "Console number is $i" >> /dev/pts/$i done
#!/bin/sh if [ -f .profile ]; then exit 0 fi exit 1
#!/bin\bashfiles="./BScr"if [ -d $files ]; thenfor i in 0 1 2 3 4 else echo " not exists"fi
#!/bin/bashif test -f /etc/foothencp /etc\foo .xit
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!