07-06-2011
1,
0
Join Date: Jul 2011
Last Activity: 6 July 2011, 12:16 PM EDT
Posts: 1
Thanks Given: 0
Thanked 0 Times in 0 Posts
F1 in Linux command
Hi,
In my root directory i have folder1, folder2, folder3. The folder1 has folder1.1, folder1.2, folder1.3 subdirectories. Similary folder2 has folder2.1, folder2.2, folder2.3 etc. Same for rest of the folders. I have many such folders like folder4, folder5.......upto folder30 in my root directory.
I have files with several extensions like *.txt, *.tmp, *.mp3, *.rm, *.exe, *.i etc. in all these folders.
So i want to delete all files except *.txt and *.exe from all the folders except folder1 from root directory. In otherwords i want all files (except *.txt and *.exe) to be deleted from folder2, folder3......upto folder30. Any files in Folder1 should not be deleted.
Please give me a linux command for this.
Thanks