I will user this script to list every files recursively, like a “ls -lR” but with each field sepered by pipes “|”, and then use this result to compare with another server/directory or to identify the the differences each week. #!/usr/bin/perl ################################################# # # Developer: Contreras Pacheco, Jorge Ivan # […]