Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Wed, 8 Aug 2012 18:20:12 +0000 (11:20 -0700)
committerFrancois Fleuret <francois@fleuret.org>
Wed, 8 Aug 2012 18:20:12 +0000 (11:20 -0700)
selector.1

index ea0579e..f7dae05 100644 (file)
@@ -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