|
Need help writing a bash script
I need to write a bash script that will compare a file that had the output from the ls command and the current output from ls. The problem I'm having is how to compare the two outputs, list any missing files and then update the .logfile
|