Cite This Page
Bibliographic details for BASH Tricks
- Page name: BASH Tricks
- Author: CCN Wiki contributors
- Publisher: CCN Wiki, .
- Date of last revision: 27 September 2022 19:57 UTC
- Date retrieved: 26 February 2026 21:21 UTC
- Permanent URL: https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276
- Page Version ID: 2276
Citation styles for BASH Tricks
APA style
BASH Tricks. (2022, September 27). CCN Wiki, . Retrieved 21:21, February 26, 2026 from https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276.
MLA style
"BASH Tricks." CCN Wiki, . 27 Sep 2022, 19:57 UTC. 26 Feb 2026, 21:21 <https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276>.
MHRA style
CCN Wiki contributors, 'BASH Tricks', CCN Wiki, , 27 September 2022, 19:57 UTC, <https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276> [accessed 26 February 2026]
Chicago style
CCN Wiki contributors, "BASH Tricks," CCN Wiki, , https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276 (accessed February 26, 2026).
CBE/CSE style
CCN Wiki contributors. BASH Tricks [Internet]. CCN Wiki, ; 2022 Sep 27, 19:57 UTC [cited 2026 Feb 26]. Available from: https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276.
Bluebook style
BASH Tricks, https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276 (last visited February 26, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CCN Wiki",
title = "BASH Tricks --- CCN Wiki{,} ",
year = "2022",
url = "https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276",
note = "[Online; accessed 26-February-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 = "CCN Wiki",
title = "BASH Tricks --- CCN Wiki{,} ",
year = "2022",
url = "\url{https://ccn-wiki.caset.buffalo.edu/index.php?title=BASH_Tricks&oldid=2276}",
note = "[Online; accessed 26-February-2026]"
}