I have a command written in my notes, but I can't figure out what exactly it does. Can you please help me?
Here it is:
find / f1 -exec ls -l {} \;
It searches for the file f1 in the root directory and executes ls -l, but the files from which directory will ls-l show and what the end mean - {} \;
?
Thank you in advance! :)