The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
printing and deleting using awk
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
printing and deleting using awk
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-10-2008
zaxxon
Moderator
Join Date: Sep 2007
Location: Germany
Posts: 2,289
Tadaaaa:
Code:
find . -type f
-size 0 -print
-exec rm {} \;
zaxxon
View Public Profile
Find all posts by zaxxon
Find zaxxon's past nominations received
Find zaxxon's present nominations given