[DragonFlyBSD - Bug #2385] cut: "-" doesn't work for standard input

John Marino via Redmine bugtracker-admin at leaf.dragonflybsd.org
Wed Aug 8 12:24:10 PDT 2012


Issue #2385 has been updated by John Marino.


The "-w" in the example is wrong, but I confirmed the error on DragonFly which doesn't appear on FreeBSD 9.
----------------------------------------
Bug #2385: cut: "-" doesn't work for standard input
http://bugs.dragonflybsd.org/issues/2385

Author: Tim Darby
Status: New
Priority: Low
Assignee: 
Category: 
Target version: 


The man page for cut states that you can supply a - in place of the filename to read from standard input, but it doesn't work:

> echo foo bar | cut -w -f 1 -
cut: -: No such file or directory

However, this does:

> echo foo bar | cut -w -f 1
foo



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account





More information about the Bugs mailing list