Cite This Page
Bibliographic details for Bourne Again Shell
- Page name: Bourne Again Shell
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 6 February 2013 03:13 UTC
- Date retrieved: 20 March 2023 22:43 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671
- Page Version ID: 224671
Citation styles for Bourne Again Shell
APA style
Bourne Again Shell. (2013, February 6). Rosetta Code, . Retrieved 22:43, March 20, 2023 from https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671.
MLA style
"Bourne Again Shell." Rosetta Code, . 6 Feb 2013, 03:13 UTC. 20 Mar 2023, 22:43 <https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671>.
MHRA style
Rosetta Code contributors, 'Bourne Again Shell', Rosetta Code, , 6 February 2013, 03:13 UTC, <https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671> [accessed 20 March 2023]
Chicago style
Rosetta Code contributors, "Bourne Again Shell," Rosetta Code, , https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671 (accessed March 20, 2023).
CBE/CSE style
Rosetta Code contributors. Bourne Again Shell [Internet]. Rosetta Code, ; 2013 Feb 6, 03:13 UTC [cited 2023 Mar 20]. Available from: https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671.
Bluebook style
Bourne Again Shell, https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671 (last visited March 20, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bourne Again Shell --- Rosetta Code{,} ", year = "2013", url = "https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671", note = "[Online; accessed 20-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bourne Again Shell --- Rosetta Code{,} ", year = "2013", url = "\url{https://rosettacode.org/w/index.php?title=Bourne_Again_Shell&oldid=224671}", note = "[Online; accessed 20-March-2023]" }