Cite This Page
Bibliographic details for Bash
- Page name: Bash
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 17 November 2007 00:35 UTC
- Date retrieved: 10 February 2025 07:48 UTC
- Permanent URL: https://rosettacode.org/wiki/Bash?oldid=43973
- Page Version ID: 43973
Citation styles for Bash
APA style
Bash. (2007, November 17). Rosetta Code. Retrieved 07:48, February 10, 2025 from https://rosettacode.org/wiki/Bash?oldid=43973.
MLA style
"Bash." Rosetta Code. 17 Nov 2007, 00:35 UTC. 10 Feb 2025, 07:48 <https://rosettacode.org/wiki/Bash?oldid=43973>.
MHRA style
Rosetta Code contributors, 'Bash', Rosetta Code, 17 November 2007, 00:35 UTC, <https://rosettacode.org/wiki/Bash?oldid=43973> [accessed 10 February 2025]
Chicago style
Rosetta Code contributors, "Bash," Rosetta Code, https://rosettacode.org/wiki/Bash?oldid=43973 (accessed February 10, 2025).
CBE/CSE style
Rosetta Code contributors. Bash [Internet]. Rosetta Code; 2007 Nov 17, 00:35 UTC [cited 2025 Feb 10]. Available from: https://rosettacode.org/wiki/Bash?oldid=43973.
Bluebook style
Bash, https://rosettacode.org/wiki/Bash?oldid=43973 (last visited February 10, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bash --- Rosetta Code{,} ", year = "2007", url = "https://rosettacode.org/wiki/Bash?oldid=43973", note = "[Online; accessed 10-February-2025]" }
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 = "Bash --- Rosetta Code{,} ", year = "2007", url = "\url{https://rosettacode.org/wiki/Bash?oldid=43973}", note = "[Online; accessed 10-February-2025]" }