[Touch-packages] [Bug 1404548] Re: sort --reverse does not reverse numeric sorts

2014-12-21 Thread rdks
This is not a bug, but expected behaviour. If an ordering option is supplied to '-k' ('n' in this particular case), global ordering options are overridden. I.e. when sort is called this way: sort --reverse -k2 the global option '--reverse' takes effect. But in this case: sort --reverse -

[Touch-packages] [Bug 1399861] Re: top errors out when a cpu is taken offline

2014-12-08 Thread rdks
I can confirm this behaviour for procps-3.2.8. Additional information: procps is not used in newer releases any longer. At least as of 14.04 it is replaced by procps-ng, the top implementation of which handles this scenario correctly. ** Changed in: procps (Ubuntu) Status: New => Confirm

[Touch-packages] [Bug 1399948] Re: Commands on found if both ./bin and ~/bin in PATH

2014-12-08 Thread rdks
> I suspect that it is some cache which is not properly getting reset. Your assumption is somewhat correct. Bash does cache the locations of executables it located. The keyword to look for would be hashing. At first sight that behaviour doesn't seem to have changed for quite a long time, it can b