Question: task2 Write a bash script accepting one argument: (directory). The script must print to stdout the content of any file in (directory) (and, recursively, its
task2 Write a bash script accepting one argument: (directory). The script must print to stdout the content of any file in (directory) (and, recursively, its sub-directories) with an name ending with .txt. Assume that any file witha name ending in .txt contains only printable characters and use the command cat to print its content
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
