Cite This Page
Bibliographic details for Detect output going to terminal
- Page name: Detect output going to terminal
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 28 March 2013 19:38 UTC
- Date retrieved: 1 December 2024 20:27 UTC
- Permanent URL: https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318
- Page Version ID: 228318
Citation styles for Detect output going to terminal
APA style
Detect output going to terminal. (2013, March 28). Rosetta Code. Retrieved 20:27, December 1, 2024 from https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318.
MLA style
"Detect output going to terminal." Rosetta Code. 28 Mar 2013, 19:38 UTC. 1 Dec 2024, 20:27 <https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318>.
MHRA style
Rosetta Code contributors, 'Detect output going to terminal', Rosetta Code, 28 March 2013, 19:38 UTC, <https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318> [accessed 1 December 2024]
Chicago style
Rosetta Code contributors, "Detect output going to terminal," Rosetta Code, https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318 (accessed December 1, 2024).
CBE/CSE style
Rosetta Code contributors. Detect output going to terminal [Internet]. Rosetta Code; 2013 Mar 28, 19:38 UTC [cited 2024 Dec 1]. Available from: https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318.
Bluebook style
Detect output going to terminal, https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318 (last visited December 1, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Detect output going to terminal --- Rosetta Code{,} ", year = "2013", url = "https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318", note = "[Online; accessed 1-December-2024]" }
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 = "Detect output going to terminal --- Rosetta Code{,} ", year = "2013", url = "\url{https://rosettacode.org/wiki/Detect_output_going_to_terminal?oldid=228318}", note = "[Online; accessed 1-December-2024]" }