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