Cite This Page
Bibliographic details for GNU Sed
- Page name: GNU Sed
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 21 November 2014 10:59 UTC
- Date retrieved: 27 March 2023 08:20 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280
- Page Version ID: 250280
Citation styles for GNU Sed
APA style
GNU Sed. (2014, November 21). Rosetta Code, . Retrieved 08:20, March 27, 2023 from https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280.
MLA style
"GNU Sed." Rosetta Code, . 21 Nov 2014, 10:59 UTC. 27 Mar 2023, 08:20 <https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280>.
MHRA style
Rosetta Code contributors, 'GNU Sed', Rosetta Code, , 21 November 2014, 10:59 UTC, <https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280> [accessed 27 March 2023]
Chicago style
Rosetta Code contributors, "GNU Sed," Rosetta Code, , https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280 (accessed March 27, 2023).
CBE/CSE style
Rosetta Code contributors. GNU Sed [Internet]. Rosetta Code, ; 2014 Nov 21, 10:59 UTC [cited 2023 Mar 27]. Available from: https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280.
Bluebook style
GNU Sed, https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280 (last visited March 27, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "GNU Sed --- Rosetta Code{,} ", year = "2014", url = "https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280", note = "[Online; accessed 27-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 = "GNU Sed --- Rosetta Code{,} ", year = "2014", url = "\url{https://rosettacode.org/w/index.php?title=GNU_Sed&oldid=250280}", note = "[Online; accessed 27-March-2023]" }