The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
need help.. ! Production Env.
.
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
:
need help.. ! Production Env.
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
08-22-2008
Ikon
Registered User
Join Date: Jul 2008
Location: Phoenix, Arizona
Posts: 669
This should work,
Try this fist to make sure it ONLY lists the file you want to delete.
Code:
find /path/to/*ALCATE*
If that finds only that file then:
Code:
find /path/to/*ALCATE* -exec rm {} \;
Ikon
View Public Profile
Visit Ikon's homepage!
Find all posts by Ikon
Find Ikon's past nominations received
Find Ikon's present nominations given