![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| shell script for delete old files | krishnarao | Shell Programming and Scripting | 4 | 01-13-2009 04:33 AM |
| How to delete files in UNIX using shell script | theguy16 | Shell Programming and Scripting | 7 | 04-09-2008 04:40 AM |
| Automated script to delete the OLD Files | laknar | Shell Programming and Scripting | 1 | 05-10-2007 02:34 AM |
| Need a script to delete multiple files | navycow | UNIX for Dummies Questions & Answers | 3 | 01-16-2006 02:50 PM |
| how to delete empty files in a shell script | rpnuge | UNIX for Advanced & Expert Users | 1 | 07-11-2002 04:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
script to delete files
hi guys,
i need a script to delete files that have core in their name ...it might be part of the file name or as a .core extension ...any file that has core as its extension.... i am only able to delete files which just have thier name as core using this : find $1 -type f -name "core" -exec rm -f {} \; i am passing the directory to look for a a command line argument... can anybody help me with this please....???? |
|
||||
|
clarification..!!!
Hey buddy,
Thx a lot!! I got the test part but i am unable to understand the full meaning of the problem.... which filename ur refering to in the test case...???Can u explain wht does the whole problem asks to do...? |
|
||||
|
no buddy!
no man its not homework!!!!i wanted to learn it ....as it will be useful for my work because i am mainly a windows person...my office has told me to learn linux.....its part of my learning thing!!!
|
| Sponsored Links | ||
|
|