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: 8 September 2008 11:32 UTC
- Date retrieved: 25 March 2023 17:17 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=22829
- Page Version ID: 22829
Citation styles for How to unpack a tar file in Windows
APA style
How to unpack a tar file in Windows. (2008, September 8). HaskellWiki, . Retrieved 17:17, March 25, 2023 from https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=22829.
MLA style
"How to unpack a tar file in Windows." HaskellWiki, . 8 Sep 2008, 11:32 UTC. 25 Mar 2023, 17:17 <https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=22829>.
MHRA style
HaskellWiki contributors, 'How to unpack a tar file in Windows', HaskellWiki, , 8 September 2008, 11:32 UTC, <https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=22829> [accessed 25 March 2023]
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=22829 (accessed March 25, 2023).
CBE/CSE style
HaskellWiki contributors. How to unpack a tar file in Windows [Internet]. HaskellWiki, ; 2008 Sep 8, 11:32 UTC [cited 2023 Mar 25]. Available from: https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=22829.
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=22829 (last visited March 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "How to unpack a tar file in Windows --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=22829", note = "[Online; accessed 25-March-2023]" }
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 = "2008", url = "\url{https://wiki.haskell.org/index.php?title=How_to_unpack_a_tar_file_in_Windows&oldid=22829}", note = "[Online; accessed 25-March-2023]" }