[EMAIL PROTECTED] schrieb am 12.12.05 00:12:28:
> 
> On the whole, for maximum portability, I'd be inclined to adopt the syntax 
> suggested by Zvezdan, i.e.
> 
>     sed -e 's/^.* \([^ ]\{1,\}\)$/\1/' -e '1q'
> 
The \{...\} construct might be critical as well.  So the best way might be to
replace c+ or c\{1,\} by cc*

  sed -e 's/^.* \([^ ][^ ]*\)$/\1/' -e '1q'

Bernd Warken

______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



_______________________________________________
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to