From 52c1e8695b451069db49d453094bc8449c1f38ce Mon Sep 17 00:00:00 2001 From: Issam Seghir Date: Sat, 19 Nov 2022 09:34:16 +0100 Subject: [PATCH] Add unxutils to windows only part unxutils installed with scoop to access the Unix commands in windows Name : unxutils Description : GNU utilities for Win32. Version : 2007.03.01 Bucket : main Website : http://unxutils.sourceforge.net License : GPL-3.0-or-later Updated at : 22-01-2022 Updated by : Casuor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8a573c3..3a475db 100755 --- a/README.md +++ b/README.md @@ -580,7 +580,13 @@ These items are relevant *only* on Windows. - If you mainly want to use GNU developer tools (such as GCC) on Windows, consider [MinGW](http://www.mingw.org/) and its [MSYS](http://www.mingw.org/wiki/msys) package, which provides utilities such as bash, gawk, make and grep. MSYS doesn't have all the features compared to Cygwin. MinGW is particularly useful for creating native Windows ports of Unix tools. - Another option to get Unix look and feel under Windows is [Cash](https://github.com/dthree/cash). Note that only very few Unix commands and command-line options are available in this environment. +- Or you can install [unxutils](http://unxutils.sourceforge.net) (GNU utilities) with [scoop](https://scoop.sh/#/) +```shell +scoop bucket add main +scoop install unxutils +``` + ### Useful Windows command-line tools - You can perform and script most Windows system administration tasks from the command line by learning and using `wmic`.