Computer Science, asked by sunny2186, 1 year ago

Which program searches a file or files for lines that have a certain pattern?

Answers

Answered by rohitkharanghar
1

Answer: You can use ''grep'' command in linux. You can also write you own function for the same. This is very trivial task.

Explanation:

Similar questions