Cite This Page
Bibliographic details for Command List
- Page name: Command List
- Author: Research Computing Center Wiki contributors
- Publisher: Research Computing Center Wiki, .
- Date of last revision: 23 June 2021 19:47 UTC
- Date retrieved: 20 April 2026 11:58 UTC
- Permanent URL: https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137
- Page Version ID: 20137
Citation styles for Command List
APA style
Command List. (2021, June 23). Research Computing Center Wiki, . Retrieved 11:58, April 20, 2026 from https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137.
MLA style
"Command List." Research Computing Center Wiki, . 23 Jun 2021, 19:47 UTC. 20 Apr 2026, 11:58 <https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137>.
MHRA style
Research Computing Center Wiki contributors, 'Command List', Research Computing Center Wiki, , 23 June 2021, 19:47 UTC, <https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137> [accessed 20 April 2026]
Chicago style
Research Computing Center Wiki contributors, "Command List," Research Computing Center Wiki, , https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137 (accessed April 20, 2026).
CBE/CSE style
Research Computing Center Wiki contributors. Command List [Internet]. Research Computing Center Wiki, ; 2021 Jun 23, 19:47 UTC [cited 2026 Apr 20]. Available from: https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137.
Bluebook style
Command List, https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137 (last visited April 20, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Research Computing Center Wiki",
title = "Command List --- Research Computing Center Wiki{,} ",
year = "2021",
url = "https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137",
note = "[Online; accessed 20-April-2026]"
}
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 = "Research Computing Center Wiki",
title = "Command List --- Research Computing Center Wiki{,} ",
year = "2021",
url = "\url{https://wiki.gacrc.uga.edu/index.php?title=Command_List&oldid=20137}",
note = "[Online; accessed 20-April-2026]"
}