bell notificationshomepageloginNewPostedit profile

Topic : What is the key reference documentation and how should I cite BASH? I originally posted this question at SO, but two users there suggested that I take it here. I am writing a scientific research - selfpublishingguru.com

10.02% popularity

I originally posted this question at SO, but two users there suggested that I take it here.

I am writing a scientific research paper, and I want to know if it is appropriate to cite bash, and if so, how should I do so?

I am having trouble finding a citation for bash because bash is relatively ubiquitous in programming and it is often just referred to as the 'command line'.

Is there a key or foundational reference for this program? What citation should I use?


Load Full (2)

Login to follow topic

More posts by @Turnbaugh521

2 Comments

Sorted by latest first Latest Oldest Best

10% popularity

The sources in the reference list generally validate particular claims that are made in the body of the text. Some style manuals support putting software resources in the reflist, like APA, some don't, like Chicago.

In APA (6th ed., section 7.08), the reference should look something like:

Free Software Foundation (2007). Bash (3.2.48) [Unix shell program]. Retrieved from ftp.gnu.org/gnu/bash/bash-3.2.48.tar.gz

Here, the FSF is identified as the rights holder, and the version used for the results in the paper is identified, and the URL for downloading that version of Bash is given. This form is appropriate when the software is used to generate results that are the source for claims in the paper.

If you want to cite a particular claim about Bash that comes, say, from a web page, then cite that web page specifically, with a literal quote. If you just generally want to identify Bash through a webpage, then use a footnote or endnote, and link to the project webpage at www.gnu.org/software/bash/. Don't put anything in the reflist in this case.


Load Full (0)

10% popularity

Maintainer home page: tiswww.case.edu/php/chet/bash/bashtop.html
BASH is part of the GNU project: www.gnu.org/software/bash/ http://www.gnu.org/software/bash/manual/


Load Full (0)

Back to top