help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] change


From: Val Krem
Subject: [Help-bash] change
Date: Wed, 14 Jun 2017 20:40:14 +0000 (UTC)

Hi all,
I am trying to change  some files to ASCII recursive. I tried this but not 
getting there.

find  -maxdepth 2 -name "*.txt" -type f -exec dos2unix {} \;
I want keep the file name as it is. 

if the file  name is test1.txt then it should be the same after changing.

Can some one help me out?

Thank  you in advance


reply via email to

[Prev in Thread] Current Thread [Next in Thread]