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: 18 January 2021 18:00 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 18:00, January 18, 2021 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. 18 Jan 2021, 18:00 <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 18 January 2021]
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 January 18, 2021).
CBE/CSE style
HaskellWiki contributors. How to unpack a tar file in Windows [Internet]. HaskellWiki, ; 2019 Aug 28, 15:37 UTC [cited 2021 Jan 18]. 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 January 18, 2021).
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 18-January-2021]" }
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 18-January-2021]" }