Write s shell script, which will receive any number of filenames as arguments. The shell script should check whether every argument is a file or a directory. If it is directory it should be appropriately reported. If it is a filename then name of the file as well as the number of lines present in it should be reported.