Gentoo Archives: gentoo-user

From: tastytea <gentoo@××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Change History of linux commands
Date: Fri, 07 Oct 2022 15:47:59
Message-Id: 20221007174751.2cd99221@ventiloplattform.tastytea.de
In Reply to: Re: [gentoo-user] Change History of linux commands by n952162
1 On 2022-10-07 17:25+0200 n952162 <n952162@×××.de> wrote:
2
3 > Am 07.10.22 um 16:56 schrieb Grant Taylor:
4 > > On 10/7/22 8:25 AM, n952162 wrote:
5 > >> Can anybody tell me how I can look at the official change history
6 > >> of linux commands?
7 > >
8 > > Some man pages have history of commands in them.
9 > >
10 > > Admittedly, it seems as if man pages on Solaris and *BSD (I have
11 > > access to FreeBSD) tend to be better than Linux man page at this
12 > > aspect.
13 > >
14 > >
15 > >
16 >
17 > Well, the man page, yes, would be a good indicator, but the commands
18 > themselves?
19 >
20 > Where does gentoo get the source to build  test(1) or expr(1) or
21 > date(1)?    That's in some package, but where is the upstream source? 
22 > Is it something in github?  Or a linux portal?  Or Torvalds private
23 > server?  Or the gnu server?
24 >
25 >
26
27 /usr/bin/test[1] was installed by sys-apps/coreutils[2], it's homepage
28 is <https://www.gnu.org/software/coreutils/>[3], that links to the
29 source code repository.
30
31 Other ways to find out:
32 - `equery meta sys-apps/coreutils`
33 - `less $(portageq get_repo_path / gentoo)/sys-apps/coreutils/coreutils-8.32-r1.ebuild`
34
35 Kind regards, tastytea
36
37 [1] `whereis test`
38 [2] `qfile /usr/bin/test` or `equery belongs /usr/bin/test`
39 [3] `eix sys-apps/coreutils` or emerge -s sys-apps/coreutils`

Replies

Subject Author
Re: [gentoo-user] Change History of linux commands n952162 <n952162@×××.de>
Re: [gentoo-user] Change History of linux commands Michael Orlitzky <mjo@g.o>
RE: [gentoo-user] Change History of linux commands Laurence Perkins <lperkins@×××××××.net>
Re: [gentoo-user] Change History of linux commands Matt Connell <matt@×××××××.tech>
Re: [gentoo-user] Change History of linux commands "Róbert Čerňanský" <openhs@×××××××××.com>