Recursive Duplicates
Let’s assume you need to create the duplicate of a directory. In this case, the directory is dir_1 and the duplicate is dir_2. The quickest way to do this is by using the mv command to move dir_1 and its contents to dir_2 by virtually renaming it. He...
iano10x.hashnode.dev1 min read