Re: Remove duplicate files

2010-07-12 Thread Harinatha Reddy M
Hi Shlomi, Thanks for the prompt reply. What about the other case where my *file is already being accessed by some program/process*. Can i delete it? If so how? Thank you, Hari

Remove duplicate files

2010-07-12 Thread Harinatha Reddy M
Hi, I want to remove any duplicate files(same in content with different file names) in a particular directory. How can we do that? And what if the file is being accessed by some process. Can we delete it? Thank you, HARI

Re: puzzle

2010-04-06 Thread Harinatha Reddy M
I got to know how to solve the puzzle. We need to find the sum of elements encovered by the outer array. And once we enter the elemnets, whenever we find an element enclosed by [x] we shoudl take that as -x for the summation. For example: [ 9, [ 3, 4, [ [ 2 ] ] ] ] = 0 In this case we need to

Re: Need help to start with...

2010-04-03 Thread Harinatha Reddy M
http://learn.perl.org/books/beginning-perl/ This book should be a decent one to start with.