[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] change
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] change |
Date: |
Thu, 15 Jun 2017 07:53:21 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Wed, Jun 14, 2017 at 09:38:58PM +0000, Val Krem wrote:
> Yes I want to remove those "MS-DOS carriage return"
Then the command you've written should work.
> On Wed, Jun 14, 2017 at 08:40:14PM +0000, Val Krem wrote:
> > find -maxdepth 2 -name "*.txt" -type f -exec dos2unix {} \;
What problem are you seeing?