Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Change History of linux commands
Date: Fri, 07 Oct 2022 15:55:37
Message-Id: 6c99026a-44ca-7340-a3e1-c7d2b85be7fb@web.de
In Reply to: Re: [gentoo-user] Change History of linux commands by tastytea
1 Am 07.10.22 um 17:47 schrieb tastytea:
2 > On 2022-10-07 17:25+0200 n952162 <n952162@×××.de> wrote:
3 >
4 >> Am 07.10.22 um 16:56 schrieb Grant Taylor:
5 >>> On 10/7/22 8:25 AM, n952162 wrote:
6 >>>> Can anybody tell me how I can look at the official change history
7 >>>> of linux commands?
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 >> Well, the man page, yes, would be a good indicator, but the commands
17 >> themselves?
18 >>
19 >> Where does gentoo get the source to build  test(1) or expr(1) or
20 >> date(1)?    That's in some package, but where is the upstream source?
21 >> Is it something in github?  Or a linux portal?  Or Torvalds private
22 >> server?  Or the gnu server?
23 >>
24 >>
25 > /usr/bin/test[1] was installed by sys-apps/coreutils[2], it's homepage
26 > is <https://www.gnu.org/software/coreutils/>[3], that links to the
27 > source code repository.
28 >
29 > Other ways to find out:
30 > - `equery meta sys-apps/coreutils`
31 > - `less $(portageq get_repo_path / gentoo)/sys-apps/coreutils/coreutils-8.32-r1.ebuild`
32 >
33 > Kind regards, tastytea
34 >
35 > [1] `whereis test`
36 > [2] `qfile /usr/bin/test` or `equery belongs /usr/bin/test`
37 > [3] `eix sys-apps/coreutils` or emerge -s sys-apps/coreutils`
38 >
39
40 Oh, that's good.  Thank you.