Re: Converting filenames to lowercase
From: chris dewbery (chris.dewbery_at_millentech.com)
Date: 10/31/05
- Next message: Thobias Vakayil: "Re: Converting filenames to lowercase"
- Previous message: HASM: "Re: Cross platform GUI framework"
- In reply to: Mark Hobley: "Converting filenames to lowercase"
- Next in thread: Thobias Vakayil: "Re: Converting filenames to lowercase"
- Reply: Thobias Vakayil: "Re: Converting filenames to lowercase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Oct 2005 16:22:35 +1300
Mark Hobley wrote:
> I am using the Almquist Shell (sh).
>
> How can I convert a batch of mixed case filenames to lowercase ?
>
> In the olden days, we used to ftp localhost, and use the ftp name mangling to
> provide the case conversion. (Now that is just plain horrible, but we needed
> a two minute solution.) Hey .. samba has an equally horrible solution.
>
> Regards,
>
> Mark.
>
echo "FiLENAMe" | tr [:upper:] [:lower:]
- Next message: Thobias Vakayil: "Re: Converting filenames to lowercase"
- Previous message: HASM: "Re: Cross platform GUI framework"
- In reply to: Mark Hobley: "Converting filenames to lowercase"
- Next in thread: Thobias Vakayil: "Re: Converting filenames to lowercase"
- Reply: Thobias Vakayil: "Re: Converting filenames to lowercase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|