Answered step by step
Verified Expert Solution
Question
1 Approved Answer
LINUX COMMAND LINE 11. Which of the following commands will print the path of the file myfile.txt: a) find 'myfile* b) find $(pwd) -name 'myfile*
LINUX COMMAND LINE
11. Which of the following commands will print the path of the file myfile.txt: a) find 'myfile* b) find "$(pwd)" -name 'myfile* c) find "$pwd" -name 'myfile* d) find. -path 'myfile*' 12. Which of the following commands will print the square of numbers in range 7- 11 inclusive: a) awk 'BEGIN { for x in range(7, 12) print x*x; }' b) awk 'BEGIN { for (x = 7; x 180' abstract.txt b) awk 'length(0) > 180' c) awk 'length() > 180' abstract.txt d) None of the above 14. Which of the following commands is used to check if $a is greater than 5 or not: a) -gt b) -ge c) -lt d) None of the above
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started