[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] how to translate one file
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] how to translate one file |
Date: |
Tue, 3 Jan 2012 10:59:51 -0500 |
User-agent: |
Mutt/1.4.2.3i |
On Tue, Jan 03, 2012 at 08:43:50AM -0700, Eric Blake wrote:
> or to use this portable alternative:
>
> while read line; do
> if [ ${#line} = 30 ]; then
> case $line in \") echo "$line" ;; esac
> fi
> done < dm_1.xpm
That should be \"*) for obvious reasons.
- [Help-bash] how to translate one file, lina, 2012/01/02
- Re: [Help-bash] how to translate one file, lina, 2012/01/02
- Re: [Help-bash] how to translate one file, Greg Wooledge, 2012/01/03
- Re: [Help-bash] how to translate one file, Eric Blake, 2012/01/03
- Re: [Help-bash] how to translate one file,
Greg Wooledge <=
- Re: [Help-bash] how to translate one file, lina, 2012/01/03
- Re: [Help-bash] how to translate one file, Eric Blake, 2012/01/03
Re: [Help-bash] how to translate one file, lina, 2012/01/04
Re: [Help-bash] how to translate one file, lina, 2012/01/04