[KLUG Members] dos2unix

agencies_ad1 at sancharnet.in agencies_ad1 at sancharnet.in
Wed Feb 22 10:18:51 EST 2006


Hello

This is the command being used to convert from DOS to ISO format. we have around
400 directories like this /u02/oracle/testappl/*/11.5.0

find /u02/oracle/testappl/pom/11.5.0 -type f -print | perl -pe 'chomp($file =
$_);; $_ = "" if (-B $file);' | xargs -n1000 dos2unix -q

The script runs for all those 400 directories but 30 of them failed with this
error

xargs: dos2unix: terminated by signal 11 

What could be the reason ?

Thanks

Regards,

Komal

----------------------------------------------------------------
This message was sent using NWebmail, BSNL's Webmail Program



More information about the Members mailing list