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

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

[Emacs-bug-tracker] bug#7305: closed (sort command not working in versio


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7305: closed (sort command not working in version 5.5 as it did in 4.7)
Date: Fri, 29 Oct 2010 21:01:01 +0000

Your message dated Fri, 29 Oct 2010 14:04:18 -0700
with message-id <address@hidden>
and subject line Re: bug#7305: sort command not working in version 5.5 as it 
did in 4.7
has caused the GNU bug report #7305,
regarding sort command not working in version 5.5 as it did in 4.7
to be marked as done.

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


-- 
7305: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7305
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: sort command not working in version 5.5 as it did in 4.7 Date: Fri, 29 Oct 2010 16:12:21 -0400 Hi -- We are testing RHEL 5.5 and we noticed that the below command is not working in 5.5 -- It works in 4.7
I did notice that the version of the sort command is different between versions, but I didn't expect it to break.

Am I just using it incorrectly in 5.5 or could this be a bug.

Thank you very much!

----

ps -eo user,pid,ppid,%cpu,%mem,nice,etime,args +8 | grep rrcpd | egrep -v "csh |perl |rlogin |grep |get_procs |ksh |-ksh|/bin/ksh|su |rsh |sort " | sort +8 | grep  " 1 "


sort: open failed: +8: No such file or directory
--- End Message ---
--- Begin Message --- Subject: Re: bug#7305: sort command not working in version 5.5 as it did in 4.7 Date: Fri, 29 Oct 2010 14:04:18 -0700 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10
On 10/29/10 13:12, Michael Warnock wrote:
> sort +8

The command "_POSIX2_VERSION=0 sort --debug +8" says:

  sort: obsolescent key `+8' used; consider `-k 9' instead

which is good advice.  Hmm, maybe we should change --debug
so that it also outputs this advice when _POSIX2_VERSION
is not set to a low value?

For more, please see:

http://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html

and look for "obsolescent".


--- End Message ---

reply via email to

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