logo

Crowdly

Browser

Add to Chrome

31. Що робить цей скрипт? #!/bin/bash mkdir -p logs date > logs/run.log...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

31. Що робить цей скрипт?

#!/bin/bash

mkdir -p logs

date > logs/run.log

echo "Started" >> logs/run.log

ls -l >> logs/run.log

More questions like this

Want instant access to all verified answers on virt.ldubgd.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome