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:43 UTC
- Date retrieved: 1 December 2025 19:58 UTC
- Permanent URL: https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=40
- Page Version ID: 40
Citation styles for Log rotation script example
APA style
Log rotation script example. (2021, July 1). WikiDubs, . Retrieved 19:58, December 1, 2025 from https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=40.
MLA style
"Log rotation script example." WikiDubs, . 1 Jul 2021, 22:43 UTC. 1 Dec 2025, 19:58 <https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=40>.
MHRA style
WikiDubs contributors, 'Log rotation script example', WikiDubs, , 1 July 2021, 22:43 UTC, <https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=40> [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=40 (accessed December 1, 2025).
CBE/CSE style
WikiDubs contributors. Log rotation script example [Internet]. WikiDubs, ; 2021 Jul 1, 22:43 UTC [cited 2025 Dec 1]. Available from: https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=40.
Bluebook style
Log rotation script example, https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=40 (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=40",
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=40}",
note = "[Online; accessed 1-December-2025]"
}