tag 12307 notabug thanks On 08/29/2012 08:53 AM, Steve Roe wrote: > I found a cut bug while I was running on the terminal. I can cut one field > and it will display as normal. However when I try and cut multiple fields, > it does not. For example this is what I type - "-d: -f2, f3 inputfile.dat". > The following message displays - "cut: fields and positions are numbered > from 1". Please advise. Thanks! Your issue is learning the right syntax for calling cut, and not a bug in cut itself. Try using: cut -d: -f2,3 inputfile.dat (notice that specifying multiple fields requires compressing all of the ranges into a single argument, with no space separation). For now I'm closing this bug, although you can continue to reply to it for further discussion. Perhaps that means we should reopen this report if someone is willing to write a documentation patch. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org