groff
[Top][All Lists]
Advanced

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

Re: [Groff] PDF_IMAGE and MOM


From: Ulrich Lauther
Subject: Re: [Groff] PDF_IMAGE and MOM
Date: Sun, 2 Nov 2014 18:26:42 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Sun, Nov 02, 2014 at 11:45:48AM +0100, mikkel meinike wrote:
> 
> #Removes the file extension so I only have the base name
> 
> rose=`echo "$1" |sed 's/.pnm//'`
> 
A simpler way:

        rose=${1%.pnm}

Cheers,

  ulrich



reply via email to

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