Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Cкрипт (ОС Linux) виводить номер віртуальної консолі. Вибрати вірний варіант:
if directory="./BScr"thencp /etc/foo .echo " exists ".else echo " not exists."exitfidone
#!/bin/bash for i in 0 1 2 3 4 do echo "Console number is $i" >> /dev/pts/$i done
if test -f /etc/foothenecho " exists ".else echo " not exists."echo " not exists."exitdone
#!/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!