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:45 UTC
- Date retrieved: 27 January 2026 04:21 UTC
- Permanent URL: https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=41
- Page Version ID: 41
Citation styles for Log rotation script example
APA style
Log rotation script example. (2021, July 1). WikiDubs, . Retrieved 04:21, January 27, 2026 from https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=41.
MLA style
"Log rotation script example." WikiDubs, . 1 Jul 2021, 22:45 UTC. 27 Jan 2026, 04:21 <https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=41>.
MHRA style
WikiDubs contributors, 'Log rotation script example', WikiDubs, , 1 July 2021, 22:45 UTC, <https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=41> [accessed 27 January 2026]
Chicago style
WikiDubs contributors, "Log rotation script example," WikiDubs, , https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=41 (accessed January 27, 2026).
CBE/CSE style
WikiDubs contributors. Log rotation script example [Internet]. WikiDubs, ; 2021 Jul 1, 22:45 UTC [cited 2026 Jan 27]. Available from: https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=41.
Bluebook style
Log rotation script example, https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=41 (last visited January 27, 2026).
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=41",
note = "[Online; accessed 27-January-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 = "WikiDubs",
title = "Log rotation script example --- WikiDubs{,} ",
year = "2021",
url = "\url{https://wiki.adubs.net/index.php?title=Log_rotation_script_example&oldid=41}",
note = "[Online; accessed 27-January-2026]"
}