Search and Delete Files Based on Mask - basic.visual
This is a discussion on Search and Delete Files Based on Mask - basic.visual ; Richard Heathfield wrote:
> (Does anyone remember filling the DTA using INT 21 sub 4E and sub
> 4F? Surely it wasn't /that/ long ago, was it?)
Heh! In "computer years" it's several generations ago! (-:
(In human years, probably ...
-
Re: Search and Delete Files Based on Mask
Richard Heathfield wrote:
> (Does anyone remember filling the DTA using INT 21 sub 4E and sub
> 4F? Surely it wasn't /that/ long ago, was it?)
Heh! In "computer years" it's several generations ago! (-:
(In human years, probably close to a decade by now.)
--
|_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? |
|_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL |
|_____________________________________________|_______________________|
-
Re: Search and Delete Files Based on Mask
Mark McIntyre wrote:
>> The basic command is
>> find $directory -name '*FILE29*.TXT' -print | xargs rm
>
> if you're going to post absurdly offtopic answers to offtopic
> questions, at least put some comment in to that effect, and
> point out that the question was offtopic in the first place.
Except--speaking as one regular of c.p--I didn't find it terribly
off-topic. comp.programming is pretty lenient about topic, because
we're a small enough group not to worry about traffic.
If it's genuinely computer programming related (and it was IMO)
then (again, IMO) it's fine.
Completely bogus answers are somewhat less fine, tho....
--
|_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? |
|_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL |
|_____________________________________________|_______________________|
-
Re: Search and Delete Files Based on Mask
Mark McIntyre wrote:
>> The basic command is
>> find $directory -name '*FILE29*.TXT' -print | xargs rm
>
> if you're going to post absurdly offtopic answers to offtopic
> questions, at least put some comment in to that effect, and
> point out that the question was offtopic in the first place.
Except--speaking as one regular of c.p--I didn't find it terribly
off-topic. comp.programming is pretty lenient about topic, because
we're a small enough group not to worry about traffic.
If it's genuinely computer programming related (and it was IMO)
then (again, IMO) it's fine.
Completely bogus answers are somewhat less fine, tho....
--
|_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? |
|_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL |
|_____________________________________________|_______________________|
Similar Threads
-
By Application Development in forum awk
Replies: 7
Last Post: 07-20-2007, 10:57 AM
-
By Application Development in forum Sharepoint
Replies: 4
Last Post: 03-18-2007, 04:06 PM
-
By Application Development in forum Graphics
Replies: 1
Last Post: 12-11-2006, 01:47 AM
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 04-26-2004, 09:01 PM
-
By Application Development in forum basic.visual
Replies: 0
Last Post: 02-20-2004, 09:38 PM