Hello Everyone,
I'm a beginner in Unix Shell Scripting and Perl Scripting.
I would like to have an example program that teaches me how to update a file contents on a directory. The scenario is, there is a directory which has some n number of files. Among those n number of files, m number of files have been modified. I need to update the contents of the modified files in the directory.
Give me a simple shell script to do this.
Thanks and Regards,
Vijay