From 632e730928b75d318dd1181c56522d12955fa9eb Mon Sep 17 00:00:00 2001 From: andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> Date: Mon, 26 Jun 2000 12:14:30 +0000 Subject: Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. Fix thanks to Arne Bernin <arne@matrix.loopback.org> -Erik git-svn-id: svn://busybox.net/trunk/busybox@704 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- docs/busybox.pod | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/busybox.pod b/docs/busybox.pod index 3f7152ad0..5c2c59054 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -276,11 +276,12 @@ Prints selected fields from each input FILE to standard output. Options: - -b LIST Output only bytes from LIST - -c LIST Output only characters from LIST - -d DELIM Use DELIM instead of tab as the field delimiter - -f N Print only these fields - -n Ignored + -b LIST Output only bytes from LIST + -c LIST Output only characters from LIST + -d CHAR Use CHAR instead of tab as the field delimiter + -s Only output Lines if the include DELIM + -f N Print only these fields + -n Ignored Example: @@ -2062,4 +2063,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.51 2000/06/21 22:53:24 andersen Exp $ +# $Id: busybox.pod,v 1.52 2000/06/26 12:14:30 andersen Exp $ -- cgit v1.2.3-55-g6feb