elahtrebor / psbin

subset of ports for common linux tools using powershell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psbin

subset of ports for common linux tools using powershell awk cat cp
curl grep head ls mv ps pwd rm sed seq sleep sort tail wc

Tested using PS V5.1

This is a very minimal subset of many common linux tools made for Windows. Requires Powershell.

This was created to help get a minimal subset of functionality as ran across a Windows system that did not have access for installing existing linux tools.

The powershell code is wrapped in BAT files to allow to call each by familiar name. The tools process data via pipe.

See Examples.txt

About

subset of ports for common linux tools using powershell

License:GNU General Public License v3.0


Languages

Language:Batchfile 100.0%