Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
UNIX 1.Create a script named test-files4 , which would a. check all files, which are given as the arguments to the for loop b.
UNIX
1.Create a script named test-files4, which would
a. check all files, which are given as the arguments to the for loop
b. if this is a regular file, display the message This is a regular file
c. if this is a directory, display the message This is a directory
d. if something else, display the message This is not regular file neither directory