emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#9777: closed (CUT)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#9777: closed (CUT)
Date: Mon, 17 Oct 2011 16:25:02 +0000

Your message dated Mon, 17 Oct 2011 10:23:10 -0600
with message-id <address@hidden>
and subject line Re: bug#9777: CUT
has caused the debbugs.gnu.org bug report #9777,
regarding CUT
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
9777: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9777
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: CUT Date: Mon, 17 Oct 2011 16:30:20 +0200 User-agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.6)
Hello, as i am not sure if you know spanish i will write in English.

I am a studente os Telecommunications and I am trying to use cut in a shell that become this
Nadal,Rafa

into this:
Rafa Nadal

But I have not clear the use of cut.

Please write to me (in spanish if possible)and try to help me, I would be very pleased with you. Thank's a lot!




--- End Message ---
--- Begin Message --- Subject: Re: bug#9777: CUT Date: Mon, 17 Oct 2011 10:23:10 -0600 User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110928 Fedora/3.1.15-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.4 Thunderbird/3.1.15
tag 9777 notabug
thanks

On 10/17/2011 08:30 AM, Marina Lorente Evangelio wrote:
Hello, as i am not sure if you know spanish i will write in English.

I am a studente os Telecommunications and I am trying to use cut in a
shell that become this
Nadal,Rafa

into this:
Rafa Nadal

But I have not clear the use of cut.

Please write to me (in spanish if possible)and try to help me, I would
be very pleased with you. Thank's a lot!

Sorry that I can't reply in Spanish. Meanwhile, you are asking for something that cut cannot do. Per POSIX, cut may not reorder fields; if you want to reorder fields, then you have to use a program designed for that, such as awk:

$ echo 'Nadal,Rafa' | awk -F, '{print $2 " " $1}'
Rafa Nadal

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org


--- End Message ---

reply via email to

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