What are grep patterns?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Commands Interview Questions

How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

0 Answers  


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


What does grep v do?

0 Answers  


in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 Answers  


The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,


How does the system know where one command ends and another begins?

0 Answers  


What does the command '$ls | wc –l > file1' do?

0 Answers  


Describe the zip/unzip command using gzip.

0 Answers  


Is command prompt unix?

0 Answers  


In UNIX, what is the command to kill a process?

10 Answers  


Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?

1 Answers  


what do you understand by 'building block primitive'?

3 Answers   Infosys,


Categories