Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
remove files that has particular st
Name: gpatel Date: July 21, 2005 at 12:35:58 Pacific OS: unix CPU/Ram: 256
Comment:
hello, i wanted to move those file that has a string like " I am yello" so any file that has this string i wanted to move that file somewhere else or remove that file. can someone help w/ easy script. thanks a lot, Gpatel
Summary: The command itself looks fine, but you should leave out the backquotes: find /omcgen/metrica/DRI/templog -mtime +30 -exec rm {} \; (all on one line) This will search for all files in the directory /om...
Summary: Hi all, I'm spendind hours trying to figure out how a script could remove files that are older than 30 days, matching some criteria in their names, in a specific volume and within different user folde...
Summary: HI, How do i open a file and remove the first X characters from each line? I have a syslog file that has duplicate entries. I want to run uniq to remove the dups. However, i must first remove the dat...