I was reading different flags of find command in Linux when I saw here (#7) the following command:
find . -type f -perm 0777 -print
I checked the man page of find command but still cannot figure out what the -print
does. I would appreciate it if you could explain it to me.
man find
and search for-print
– Chris Davies Feb 10 '23 at 00:22