The UNIX and Linux Forums
>
OS Specific Forums
>
Linux
deleting only directory not files
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
deleting only directory not files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
04-13-2008
ghostdog74
Registered User
Join Date: Sep 2006
Posts: 1,540
Code:
ls -p|awk '/\/$/&&!/\./' | xargs -i rm -rf "{}"
ghostdog74
View Public Profile
Find all posts by ghostdog74