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 ...

+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 23 of 23

Search and Delete Files Based on Mask

  1. Default 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 |
    |_____________________________________________|_______________________|

  2. Default 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 |
    |_____________________________________________|_______________________|

  3. Default 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 |
    |_____________________________________________|_______________________|

+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Delete dups based on key
    By Application Development in forum awk
    Replies: 7
    Last Post: 07-20-2007, 10:57 AM
  2. Combined full text search / field based search
    By Application Development in forum Sharepoint
    Replies: 4
    Last Post: 03-18-2007, 04:06 PM
  3. channel mask versus layer mask
    By Application Development in forum Graphics
    Replies: 1
    Last Post: 12-11-2006, 01:47 AM
  4. Replies: 1
    Last Post: 04-26-2004, 09:01 PM
  5. Search and Delete Files Based on Mask
    By Application Development in forum basic.visual
    Replies: 0
    Last Post: 02-20-2004, 09:38 PM