help-bash
[Top][All Lists]
Advanced

[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.



reply via email to

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