Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M. Kroenke, David J. Auer

7th edition

133544621, 133544626, 0-13-354462-1, 978-0133544626

More Books

Students also viewed these Databases questions