Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.13 KB

About

License BSD 2-Clause

PowerShell Unix Tools Ports is a library with provides some very popular tools used on Unix system (e.g. md5sum).

Installation

To install the library for your user you have to:

  1. open PowerShell
  2. checkout repository: git clone https://github.com/agabrys/powershell-unix-tools-ports.git
  3. execute .\powershell-unix-tools-ports\install.ps1 script

After these steps you can use tools. Instalation is persistent (still works after computer reboot).

Ported tools

Table with list of ported tools:

Tool Description
base64 Encodes/Decodes binary file
md5sum Computes MD5 message digest
rmdir2 Removes directories (empty and non-empty)
sha1sum Computes SHA1 message digest
sha256sum Computes SHA256 message digest
sha384sum Computes SHA384 message digest
sha512sum Computes SHA512 message digest
unzip Extracts files from ZIP archives
zip Packs and compresses files