GNU bug report logs - #21735
Feature proposal

Previous Next

Package: coreutils;

Reported by: Gonçalo Paiva <g.n.p.amador <at> gmail.com>

Date: Thu, 22 Oct 2015 15:13:02 UTC

Severity: wishlist

Tags: wontfix

Merged with 21736

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21735 in the body.
You can then email your comments to 21735 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#21735; Package coreutils. (Thu, 22 Oct 2015 15:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gonçalo Paiva <g.n.p.amador <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Thu, 22 Oct 2015 15:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gonçalo Paiva <g.n.p.amador <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: Feature proposal
Date: Thu, 22 Oct 2015 15:03:36 +0100
[Message part 1 (text/plain, inline)]
Salutations,

This is not as much a bug report but more a feature suggestion.
In the *users* command I propose that the users has an option (since I
don't see one in --help)
that allows to see users without repetition and all *users*.
For example I have two users A and B.
When in A session since (I assume) A is in several groups it appears:
A A A A
I suggest a command line option to either show the group or the output A.
Also A and B should be an idea for some root option maybe!?
Note that these options might already exist if so I propose a more
informative --help.
Using linux mint 17.2 here.

Best regards
[Message part 2 (text/html, inline)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#21735; Package coreutils. (Thu, 22 Oct 2015 15:56:01 GMT) Full text and rfc822 format available.

Message #8 received at 21735 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Gonçalo Paiva <g.n.p.amador <at> gmail.com>,
 21735 <at> debbugs.gnu.org
Subject: Re: bug#21735: users(1) --uniq --all options
Date: Thu, 22 Oct 2015 16:54:59 +0100
[Message part 1 (text/plain, inline)]
On 22/10/15 15:03, Gonçalo Paiva wrote:
> Salutations,
> 
> This is not as much a bug report but more a feature suggestion.
> In the *users* command I propose that the users has an option (since I don't see one in --help)
> that allows to see users without repetition and all *users*.
> For example I have two users A and B.
> When in A session since (I assume) A is in several groups it appears:
> A A A A
> I suggest a command line option to either show the group

$ who

> or the output A.

$ who -u | cut -f1 -d ' ' | sort -u
$ users | tr ' ' '\n' | sort -u

> Also A and B should be an idea for some root option maybe!?

$ getent passwd | cut -f1 -d:


I think the required functionality exists elsewhere.
How about we just reference the appropriate utils
in the man page, as done in the attached?

cheers,
Pádraig.
[users-see-also.patch (text/x-patch, attachment)]

Forcibly Merged 21735 21736. Request was from Pádraig Brady <P <at> draigBrady.com> to control <at> debbugs.gnu.org. (Thu, 22 Oct 2015 16:36:02 GMT) Full text and rfc822 format available.

Severity set to 'wishlist' from 'normal' Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 24 Oct 2018 21:16:02 GMT) Full text and rfc822 format available.

Added tag(s) wontfix. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 24 Oct 2018 21:16:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 21735 <at> debbugs.gnu.org and Gonçalo Paiva <g.n.p.amador <at> gmail.com> Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 24 Oct 2018 21:16:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 22 Nov 2018 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 273 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.