Cite This Page
Bibliographic details for Unix
- Page name: Unix
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 15 September 2012 16:38 UTC
- Date retrieved: 6 November 2025 03:00 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447
- Page Version ID: 5447
Citation styles for Unix
APA style
Unix. (2012, September 15). "A B C", . Retrieved 03:00, November 6, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447.
MLA style
"Unix." "A B C", . 15 Sep 2012, 16:38 UTC. 6 Nov 2025, 03:00 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447>.
MHRA style
"A B C" contributors, 'Unix', "A B C", , 15 September 2012, 16:38 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447> [accessed 6 November 2025]
Chicago style
"A B C" contributors, "Unix," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447 (accessed November 6, 2025).
CBE/CSE style
"A B C" contributors. Unix [Internet]. "A B C", ; 2012 Sep 15, 16:38 UTC [cited 2025 Nov 6]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447.
Bluebook style
Unix, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447 (last visited November 6, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "Unix --- "A B C"{,} ",
year = "2012",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447",
note = "[Online; accessed 6-November-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 = ""A B C"",
title = "Unix --- "A B C"{,} ",
year = "2012",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Unix&oldid=5447}",
note = "[Online; accessed 6-November-2025]"
}