From c12b85767bf72063fdea1a08653032c0f34480ef Mon Sep 17 00:00:00 2001 From: qwerty007 Date: Fri, 11 May 2012 02:08:36 +0300 Subject: [PATCH] Corrected wrong command output. --- fex.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fex.pod b/fex.pod index c2fc054..4ec331a 100644 --- a/fex.pod +++ b/fex.pod @@ -39,7 +39,7 @@ A single number will select that numbered field. Like awk, field start at 1. Example selecting third field: % echo "a b c d e" | fex '3' - a b c d + c Example selecting the second field delimited by slash: