Questions tagged [gnu]

GNU Project is a free software, mass collaboration project. The founding goal of the project was, in the words of its initial announcement, to develop "a sufficient body of free software [...] to get along without any software that is not free.

The GNU logo, by Etienne Suvasa

The GNU Project is a free software, mass collaboration project, announced on September 27, 1983, by Richard Stallman at MIT. It initiated GNU operating system development in January, 1984. The founding goal of the project was, in the words of its initial announcement, to develop "a sufficient body of free software [...] to get along without any software that is not free." To make this happen, the GNU Project began working on an operating system called GNU ("GNU" is a recursive acronym that stands for "GNU's Not Unix"). This goal of making a free software operating system was achieved in 1992 when the last gap in the GNU system, a kernel, was filled by the third-party Linux kernel being released as Free Software, under version 2 of the GNU GPL.

Current work of the GNU Project includes software development, awareness building, political campaigning and sharing of the new material.

386 questions
2
votes
1 answer

GNU datamash transpose example doesn't seem to work correctly

I am trying to replicate the example of using teh GNU datamash utility to transpose a file. I get a different output though. Not sure what's happening. Instructions: https://www.gnu.org/software/datamash/examples/#example_transpose My output: >…
1
vote
2 answers

How to invoke BSD / Gnu Specific Man

I have both gnu utilities (via brew) as well as mac default command line tools installed on my Mac. How do I specify to man utility that I want to invoke gnu specific tar bsd tar There are my tar locations. $ which -a tar tar is…
0
votes
1 answer

How to escape an apostrophe in recsel?

Let's consider the following recfile Name: John Text: It's me! Name: Jane Text: Hello The following command works perfectly to select the second record recsel -e "Text = 'Hello'" test.rec but how to select the first one? recsel -e "Text = 'It\'s…
user362658
0
votes
2 answers

How similar are Linux and Unix exactly?

I am a computer science minor and I do appreciate *nix a lot more since i started to delve into computer science. I used to be a windows fan boy and now i own two macs (as well as my PC which has windows and ubuntu on it). I want to learn more about…