write a bashc shell script which takes name of


Write a BASH/C shell script which takes name of one or more files as a command line argument, and prints the following information for each file: owner, number of words in the file, last update time of the file. Your code should have appropriate error checking.

The sample output is as follows:

$sh final.sh file1.txt file2.txt

file1.txt : ssaha : 25 : 2011-21-04 17:47

file2.txt : jliu : 16 : 2011-21-04 18:36

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: write a bashc shell script which takes name of
Reference No:- TGS0210889

Expected delivery within 24 Hours