Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2010 17:37:57 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/expr expr.1
Message-ID:  <201009231738.o8NHcImE041185@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-09-23 17:37:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin/expr             expr.1 
  Log:
  SVN rev 213079 on 2010-09-23 17:37:57Z by jilles
  
  MFC r212390: expr(1): Add sh(1) versions of examples, remove an incorrect
  example.
  
  The three examples are better done using sh(1) itself these days.
  
  The example
    expr -- "$a" : ".*"
  is incorrect in the general case, as "$a" may be an operator.
  
  Revision   Changes    Path
  1.29.10.2  +21 -10    src/bin/expr/expr.1



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