When using the find command, I would like to have the output show like the ls -l command.
using the following:
find /tmp -type f -neweram /tmp/new_file >> /home/newer_files
The results goes to a text file but shows as /tmp/file
I would like to see the file as
-rwxr--r-- username gid size...
I will start this out with, I am a terrible script writer. I am an app support person with limited script skills. My question is 2-fold.
1 - what book(s) would someone recommend for beginner and then which book after that to progress quickly.
2 - I need to write a script that notifies me (via...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.