![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to a prompt a particular value??? | grajesh_955 | Shell Programming and Scripting | 2 | 03-11-2008 04:44 AM |
| OK prompt | hshapiro | SUN Solaris | 3 | 10-04-2007 04:39 PM |
| prompt within awk | gefa | Shell Programming and Scripting | 7 | 03-08-2007 01:44 AM |
| set prompt in sh | yls177 | UNIX for Dummies Questions & Answers | 14 | 03-25-2003 08:36 PM |
| set prompt in sun | inquirer | UNIX Desktop for Dummies Questions & Answers | 2 | 07-10-2002 08:17 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Even though I give rm -f *, the files are listed for confirmation of removal .
Why ? Thanks LS |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
A lot of systems will give you an alias'd rm (alias rm="rm -i") for Interactive deletion...
Type: alias | grep rm To see if this is the case. If so, you can either unalias it, or simply type: \rm -f * (notice backslash first) |
|
#3
|
|||
|
|||
|
Yeah ! Worked
Thanks |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|