Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2007 09:07:13 -0700
From:      John-Mark Gurney <gurney_j@resnet.uoregon.edu>
To:        Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= <des@des.no>
Cc:        Alexander Leidinger <Alexander@Leidinger.net>, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org
Subject:   Re: cvs commit: src Makefile.inc1
Message-ID:  <20070516160713.GC4602@funkthat.com>
In-Reply-To: <86mz052nbz.fsf@dwp.des.no>
References:  <200705131815.l4DIFop9026874@repoman.freebsd.org> <20070514154040.0lofzrgm8kskgog4@webmail.leidinger.net> <86wszbqxbz.fsf@dwp.des.no> <20070514172938.5v4yi78kisokk84s@webmail.leidinger.net> <861whiy5ra.fsf@dwp.des.no> <20070516094330.dkp2e41vdc0w8kg8@webmail.leidinger.net> <86mz052nbz.fsf@dwp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smrgrav wrote this message on Wed, May 16, 2007 at 10:18 +0200:
> Another possibility is
> 
>         if (ls -lo ./$${file} | grep -qw schg) ; then

ls -lo ./$${file} | awk '{ print $$5 }' | grep -qw schg

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070516160713.GC4602>