On Thu, Apr 23, 2009 at 02:27:26AM -0700, zimxbim wrote:
> #!/bin/tcsh
> ls -l /netapp03/home | awk '{print $3 " " $9}' | sort | grep "[0-9]"
> > /tmp/test/coba;
> cat /tmp/test/coba | awk '{print $2}' | grep -v "[0-9]" | xargs rm -rf
>
alternatif lain CMIIW:
find /netapp03/home -nouser -print0 | xargs -0 /bin/rm -f
ini perasan lho, gk tak coba sendiri :p
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Klub
Linux Bandung" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/klub-linux-bandung?hl=en
-~----------~----~----~----~------~----~------~--~---