>>>>> "Sandip" == Sandip Bhattacharya <[EMAIL PROTECTED]> writes:

    Sandip> At 11:35 PM 7/31/2002 -0700, you wrote:
    >> --- Sandip Bhattacharya <[EMAIL PROTECTED]> wrote: > a) for x
    >> in dir/*; do dos2unix $x ; done > (Instead of dos2unix you can
    >> use your own > commandline as yo had done > before)
    >> 
    >> Cool, but does not recurse through subdirectories !

    Sandip> find dir/ -exec dos2unix {} \;

...or (much less resource-hungry if dos2unix supports multiple
filename argumentss on the command line):

    find dir/ | xargs dos2unix

-- Raju
-- 
Raju Mathur          [EMAIL PROTECTED]           http://kandalaya.org/
                     It is the mind that moves

          ================================================
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject 
header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org

Reply via email to