Cite This Page
Bibliographic details for Log rotation script example
- Page name: Log rotation script example
- Author: WikiDubs contributors
- Publisher: WikiDubs, .
- Date of last revision: 1 July 2021 22:41 UTC
- Date retrieved: 1 December 2025 18:33 UTC
- Permanent URL: https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37
- Page Version ID: 37
Citation styles for Log rotation script example
APA style
Log rotation script example. (2021, July 1). WikiDubs, . Retrieved 18:33, December 1, 2025 from https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37.
MLA style
"Log rotation script example." WikiDubs, . 1 Jul 2021, 22:41 UTC. 1 Dec 2025, 18:33 <https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37>.
MHRA style
WikiDubs contributors, 'Log rotation script example', WikiDubs, , 1 July 2021, 22:41 UTC, <https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37> [accessed 1 December 2025]
Chicago style
WikiDubs contributors, "Log rotation script example," WikiDubs, , https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37 (accessed December 1, 2025).
CBE/CSE style
WikiDubs contributors. Log rotation script example [Internet]. WikiDubs, ; 2021 Jul 1, 22:41 UTC [cited 2025 Dec 1]. Available from: https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37.
Bluebook style
Log rotation script example, https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37 (last visited December 1, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "WikiDubs",
title = "Log rotation script example --- WikiDubs{,} ",
year = "2021",
url = "https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37",
note = "[Online; accessed 1-December-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 = "WikiDubs",
title = "Log rotation script example --- WikiDubs{,} ",
year = "2021",
url = "\url{https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=37}",
note = "[Online; accessed 1-December-2025]"
}