From: Francois Fleuret Date: Wed, 8 Aug 2012 18:20:12 +0000 (-0700) Subject: Cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=c1c07740746a89ae3fdfe4654223d6445a9a0a08 Cosmetics. --- diff --git a/selector.1 b/selector.1 index ea0579e..f7dae05 100644 --- a/selector.1 +++ b/selector.1 @@ -28,9 +28,7 @@ and execute it as a standard command. Selector is also a handy tool to test regexps, or to display menus with many possible choices. For the latter, the -x option allows to -specify a label delimiter: the part of each line before that character -will appear during the selection, but only the part after that -character will be returned. +show different strings than the ones returned. Note that because this is an interactive command, the standard input can not be used as one of the input files. @@ -169,11 +167,11 @@ selector -v -x \(dq\\n\(dq <(find . -type d | awk \(aq{ print $0\(dq\\ncd \(dq$0 .EE .RE -To select a line in a long text and returns the line number +To select a line in a long text and write the line number in /tmp/nb .RS .EX -selector -v -x \(dq\\n\(dq <(awk < something.txt \(aq{ print $0\(dq\\n\(dqNR }\(aq) +selector -o /tmp/nb -x \(dq\\n\(dq <(awk < something.txt \(aq{ print $0\(dq\\n\(dqNR }\(aq) .EE .RE