Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

windows run shell script

to run a shell script, you can use wsl

to download wsl, run

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

now go to microsoft store and download ubuntu

then open the app and it will install a bash shell

enter a username and password and you will have a linux shell with windows

download and run your bash script on it
Comment

windows how to run sh script

Open Command Prompt and navigate to the folder where the script file is available.
Type Bash script-filename.sh and hit the enter key.
Comment

PREVIOUS NEXT
Code Example
Shell :: sed replace from match to end of line 
Shell :: remove mac ._ files windows 
Shell :: git show hidden commits 
Shell :: free code camp offline 
Shell :: cat bash 
Shell :: install docker debian 10 
Shell :: disable selinux firewall centos 8 
Shell :: the operation was rejected by your operating system npm install 
Shell :: windoes debloat 
Shell :: install choco 
Shell :: auto start application ubuntu 18.04 
Shell :: for in shell script 
Shell :: git remove tag 
Shell :: Git - add all changes files at same time for commit 
Shell :: ubuntu edit swap m 
Shell :: clone github project / checkout a single branch 
Shell :: linux get list interfaces with ip address 
Shell :: slack powershell command 
Shell :: jenkinfile.sh 
Shell :: activer core dumped linux 
Shell :: nuget Apache.Ignite 
Shell :: install react router 
Php :: var_dump not showing all 
Php :: php replace spaces with dash 
Php :: PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes") laravel 8 
Php :: get full url php 
Php :: wp_debug log 
Php :: autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. 
Php :: php cors all 
Php :: laravel seed migrate 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =