| | |
rm command
Please support our Shell Scripting advertiser: Programming Forums - DaniWeb Sister Site
![]() |
Shell Scripting Syntax (Toggle Plain Text)
man rm -r is recursive (including the directories) -f force (don't ask) -i interactive (ask before deleting)
Chances are, somewhere in the profile, whether in your shell or in /etc/profile is an alias that changes rm to rm -i.
Java Programmer and Sun Systems Administrator
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
![]() |
Similar Threads
- C command-line I/O question (C++)
- Restarting a windows 2000 computer from the command line (Windows NT / 2000 / XP)
- DOS "ROUTE" command (Visual Basic 4 / 5 / 6)
- command line (OS X)
- Graphics Card issues Stop Command??? (Windows NT / 2000 / XP)
Other Threads in the Shell Scripting Forum
- Previous Thread: KSH Passing parameters that start with $
- Next Thread: grep '^[a-zA-Z]'
| Thread Tools | Search this Thread |






