Cite This Page
Bibliographic details for How to unpack a tar file in Windows
- Page name: How to unpack a tar file in Windows
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 28 August 2019 15:37 UTC
- Date retrieved: 21 April 2025 08:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023
- Page Version ID: 63023
Citation styles for How to unpack a tar file in Windows
APA style
How to unpack a tar file in Windows. (2019, August 28). HaskellWiki. Retrieved 08:59, April 21, 2025 from https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023.
MLA style
"How to unpack a tar file in Windows." HaskellWiki. 28 Aug 2019, 15:37 UTC. 21 Apr 2025, 08:59 <https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023>.
MHRA style
HaskellWiki contributors, 'How to unpack a tar file in Windows', HaskellWiki, 28 August 2019, 15:37 UTC, <https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023> [accessed 21 April 2025]
Chicago style
HaskellWiki contributors, "How to unpack a tar file in Windows," HaskellWiki, https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023 (accessed April 21, 2025).
CBE/CSE style
HaskellWiki contributors. How to unpack a tar file in Windows [Internet]. HaskellWiki; 2019 Aug 28, 15:37 UTC [cited 2025 Apr 21]. Available from: https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023.
Bluebook style
How to unpack a tar file in Windows, https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023 (last visited April 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "How to unpack a tar file in Windows --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023", note = "[Online; accessed 21-April-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 = "HaskellWiki", title = "How to unpack a tar file in Windows --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=63023}", note = "[Online; accessed 21-April-2025]" }