On Fri, Aug 06, 2010 at 11:06:04PM +0200, Ed Schouten wrote:
> Hi Pawel,
> 
> * Pawel Jakub Dawidek <p...@freebsd.org> wrote:
> > +   fs=`mount | egrep "^${pattern}" | awk -F '[(,]' '{print $2}' | tr 
> > '[:lower:]' '[:upper:]'`
> > ...
> > +   fs=`df -PT . | tail -1 | awk '{print $2}' | tr '[:lower:]' '[:upper:]'`
> 
> Maybe this can be solved using '{ print toupper($2) }'?

Indeed, thanks.

-- 
Pawel Jakub Dawidek                       http://www.wheelsystems.com
p...@freebsd.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

Attachment: pgpkgHP1ynfKa.pgp
Description: PGP signature

Reply via email to