bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "cut" does not work on multiple files.


From: Paul Eggert
Subject: Re: "cut" does not work on multiple files.
Date: Tue, 27 Jul 2004 22:23:18 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

address@hidden writes:

> ... (coreutils) 4.5.3 ...
> % cut \226d\224 \223 \226f1 /etc/hosts /etc/hosts

It looks like there is a character-set problem of some sort with your
email client.  The bytes I've written "\226" etc above were actually
single bytes in your message as received here: its Content-Type header
line claimed that the message body is iso-8859-1, but those aren't
valid iso-8859-1 characters.  You probably want to fix this sometime
soon.

Anyway, I'll assume you meant to write this:

cut -d' ' -f1 /etc/hosts /etc/hosts

> I would expect both files to be processed, and have results from both.

That's what I get with coreutils 5.2.1 'cut'.  Perhaps the bug has
been fixed since 4.5.3?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]