For who as me came from unix world, dircmp is a very powerful command.
In Linux, in later versions, there is a form to compare recursively directories using command diff,
in this way :
diff -q -r ./dir1 ./dir2
Using this two options of diff command :
-q --brief
Output only whether files differ.
Recursively compare any subdirectories found.
The result is similar at dircmp in unix.
Stay tuned.
Nessun commento:
Posta un commento