22.10.2011 22:12, Doug Barton пишет: > On 10/22/2011 08:29, Garrett Cooper wrote: >> $(svn info | awk '/^Revision:/ {print $2}') > > 2 subshells and a pipe for this, vs. only 1 subshell for just running > svnversion. > > Anyone else want to propose a more complex solution when a simple and > more effective one already exists? :) I'm not an exert here, so I'm not sure which one and why did you call "simple and more effective": ----- % uname -a FreeBSD bsam.tel.ru 9.0-BETA2 FreeBSD 9.0-BETA2 #32 r225746: Sat Sep 24 17:00:42 MSK 2011 bsam_at_bsam.tel.ru:/usr/obj/usr/src/sys/BB i386 % time svnversion /usr/src 226160 svnversion /usr/src 8,80s user 7,12s system 16% cpu 1:34,16 total % time (svn info /usr/src | awk '/^Revision:/ {print $2}') 226160 ( svn info /usr/src | awk '/^Revision:/ {print $2}'; ) 0,00s user 0,00s system 16% cpu 0,013 total ----- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To ServeReceived on Sat Oct 22 2011 - 17:07:09 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:19 UTC