#!/bin/bash A=10 B=20 let C=$A+$B echo $C What is the output from this script? O 30 1020 Error QUESTION 11 What option o
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
#!/bin/bash A=10 B=20 let C=$A+$B echo $C What is the output from this script? O 30 1020 Error QUESTION 11 What option o
#!/bin/bash A=10 B=20 let C=$A+$B echo $C What is the output from this script? O 30 1020 Error QUESTION 11 What option on grep tells it to count the number of lines that match? QUESTION 12 What octal number would we give to chmod to allow anybody to write and execute a file but not read it?