Hidden file search using find command

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).

Hi @sharmaroushan,
You don’t need to worry about that. We do have a solution available in our GitHub repo.

Regards,

1 Like