diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-07 07:08:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-07 07:08:17 +0000 |
commit | 95ed06eb099d3175758b70189dccf9588cecd0a8 (patch) | |
tree | 2a11c7d0486b9d68e31428c84313a73887f41b08 /src | |
parent | 19ee58e09012873e3cba6788069396b48f4c082e (diff) | |
download | coreutils-95ed06eb099d3175758b70189dccf9588cecd0a8.tar.xz |
(usage): Note that when using -f, lines with no delimiters are also printed.
Diffstat (limited to 'src')
-rw-r--r-- | src/cut.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -174,7 +174,9 @@ Print selected parts of lines from each FILE to standard output.\n\ -b, --bytes=LIST output only these bytes\n\ -c, --characters=LIST output only these characters\n\ -d, --delimiter=DELIM use DELIM instead of TAB for field delimiter\n\ - -f, --fields=LIST output only these fields\n\ + -f, --fields=LIST output only these fields; also print any line\n\ + that contains no delimiter character, unless\n\ + the -s option is specified\n\ -n (ignored)\n\ -s, --only-delimited do not print lines not containing delimiters\n\ --output-delimiter=STRING use STRING as the output delimiter\n\ |