Linked by Thom Holwerda on Thu 25th Jan 2007 00:43 UTC
Thread beginning with comment 205544
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-07
ok I'll give an example
let's say you want to delete all files with extension .txt and you type this
rm * .txt
oops forgot I added a space
oops thanks for not telling me I will wipe out all the files and just do it anyway.
Powershell requires confirmation
If you're that careless then turn interactive mode on. Problem solved.