Re: removing files

2010-11-08 Thread Jerry McAllister
On Mon, Nov 08, 2010 at 11:40:20AM +0530, yoganjaneyulu kasetti wrote: hi, I have a problem for deleting files using scriptplease some one can guide me for the same. I have some files with the extension of .chk extension along with the extension of .log and .gjf extension in the

Re: removing files

2010-11-08 Thread Frank Shute
On Mon, Nov 08, 2010 at 10:48:18AM -0500, Jerry McAllister wrote: On Mon, Nov 08, 2010 at 11:40:20AM +0530, yoganjaneyulu kasetti wrote: hi, I have a problem for deleting files using scriptplease some one can guide me for the same. I have some files with the extension of

Re: removing files

2010-11-08 Thread Jerry McAllister
On Mon, Nov 08, 2010 at 08:49:12PM +, Frank Shute wrote: On Mon, Nov 08, 2010 at 10:48:18AM -0500, Jerry McAllister wrote: On Mon, Nov 08, 2010 at 11:40:20AM +0530, yoganjaneyulu kasetti wrote: hi, I have a problem for deleting files using scriptplease some one

Re: removing files

2010-11-08 Thread Eitan Adler
On Mon, Nov 8, 2010 at 2:20 AM, Pegasus Mc Cleaft k...@mthelicon.com wrote: On Monday 08 November 2010 06:10:20 yoganjaneyulu kasetti wrote: hi, I have a problem for deleting files using scriptplease some one can guide me for the same. I have some files with the extension of .chk

Re: removing files

2010-11-08 Thread Peter Boosten
On 9-11-2010 6:57, Eitan Adler wrote: If you really want to delete all the .chk files extension files at a time find path -name '*.chk' -print -prune -exec rm -rf {} + \; And more efficient: find path -name '*.chk' -delete Peter -- http://www.boosten.org

removing files

2010-11-07 Thread yoganjaneyulu kasetti
hi, I have a problem for deleting files using scriptplease some one can guide me for the same. I have some files with the extension of .chk extension along with the extension of .log and .gjf extension in the folder called different *input folders. *I wanted to delete the .chk file

Re: removing files

2010-11-07 Thread Adam Vande More
On Mon, Nov 8, 2010 at 12:10 AM, yoganjaneyulu kasetti y.emailale...@gmail.com wrote: I have some files with the extension of .chk extension along with the extension of .log and .gjf extension in the folder called different *input folders. *I wanted to delete the .chk file extension having

Re: removing files

2010-11-07 Thread Pegasus Mc Cleaft
On Monday 08 November 2010 06:10:20 yoganjaneyulu kasetti wrote: hi, I have a problem for deleting files using scriptplease some one can guide me for the same. I have some files with the extension of .chk extension along with the extension of .log and .gjf extension in the folder