answersLogoWhite

0

Add your answer:

Earn +20 pts
Q: Unix script that takes two directory names (as arguments) Dir and Dir and deletes those files in Dir that are identical to their namesakes (ie dir1foo and dir2foo have identical contents) in Dir.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Linux command used to list the contents of a directory?

ls will list the contents of a directory.


What is the command to view the contents of a directory?

Go to the directory by "CD" command say "CD MyDoc" and press enter.. Now run "dir" command to see the contents of the directory..


A what is a listing of the contents of the data source?

directory


What is a listing of the contents of the data source?

directory


What command is used to list the contents of a directory recursively in Unix?

ls -lR directory


What does dir showin DOS?

folder or directory contents


What dos command display the contents of a directory?

DOSEXAFTERBREAKFAST


What is the best business directory?

The best business directory means that can be contain good and valuable contents. The Business directory will be submit to the Other directory.


What is used to see the contents of a directory in Unix?

The ls command.


What does DIR in the DIR DOS command stand for?

DIR is used to list the contents of a directory.


Is Listing the contents of a directory sensitive or bandwidth sensitive?

Delay Sensitive


Can command rmdir can be used to delete a directory that is not empty?

the commandrmdir will not remove a directory if it is not empty in UNIX. The correct way to remove a directory and all its contents recursively is with the rmcommand.