Hi All,
plz help completing below task from https://kodekloud.com/topic/lab-linux-challenge-4/:
-
Find the “hidden” files in “/home/bob/preserved” directory and copy them in “/opt/appdata/hidden/” directory (create the destination directory if doesn’t exist).
-
Find the “non-hidden” files in “/home/bob/preserved” directory and copy them in “/opt/appdata/files/” directory (create the destination directory if doesn’t exist).