in reply to Help with reg expressions
/\<img src=[a-zA-z0-9\.\_\-]...
Of course, anything can happen. One guy at work somehow ended up with a file named * on his Solaris machine. Yes, that's right, the file is named *. Of course, its a useless file, but he sure as hell doesn't want to delete it...
And somehow another guy ended up with a file named backspace. No, not the word backspace, the name of the file is actually the single character backspace. He hasn't tried to get rid of that one either.
But if you have any files like that, I suggest you don't trust it to an automated script to get rid of.
If you have any trouble sounding condescending, find a Unix user to show you how it's done.
- Scott Adams
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Help with reg expressions
by chipmunk (Parson) on May 04, 2001 at 02:20 UTC | |
Re (tilly) 2: Help with reg expressions
by tilly (Archbishop) on May 04, 2001 at 04:35 UTC | |
Re: Re: Help with reg expressions
by elwarren (Priest) on May 04, 2001 at 04:25 UTC |