Question: Write a UNIX command compfile that takes two files as input, compares their sizes and modification time. determines which fie has bigger size and which
Write a UNIX command compfile that takes two files as input, compares their sizes and modification time. determines which fie has bigger size and which one has more recent modification time. Print out a message like: “file1 is greater than file2.” and "file 1 is more recent modification time".
Step by Step Solution
There are 3 Steps involved in it
Answer UNIX command binbash if ne 2 then echo Usage 0 exit 1 fi file11 file22 if e ... View full answer
Get step-by-step solutions from verified subject matter experts
