Skip to content

A PowerShell library with provides some very popular tools used on Unix system (e.g. md5sum)

License

Notifications You must be signed in to change notification settings

agabrys/powershell-unix-tools-ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PowerShell library with provides some very popular tools used on Unix system (e.g. md5sum)

Resources

License

Stars

Watchers

Forks

Packages

No packages published