Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

run sh from terminal mac

chmod +x fileName
bash fileName
Comment

how to run .sh script in mac

#Set file to execute mode
chmod +x fileName.sh

#Run script
sh fileName.sh
Comment

PREVIOUS NEXT
Code Example
Shell :: pytorch 
Shell :: docker compose down single container 
Shell :: shell sort algorithm is an example of? 
Shell :: zsh powerlevel 
Shell :: copy folder from ssh to local 
Shell :: Failed to load module "canberra-gtk-module" 
Shell :: bash how to quotes work 
Shell :: linux sha256 checksum 
Shell :: linux generate file of size 
Shell :: how to go back in terminal 
Shell :: how to get deployment token from firebase 
Shell :: Install Ubuntu WSL without Windows Store 
Shell :: cuda install in ubuntu 
Shell :: get serial number cmd remotely 
Shell :: git create branch from master 
Shell :: run production environment nodejs 
Shell :: run ionic live 
Shell :: ubuntu change username 
Shell :: uniq linux 
Shell :: find change permissions to subdirectories 
Shell :: gitlab ci yml example 
Shell :: open a pdf on linux 
Shell :: sudo service network-manager restart no working 
Shell :: gtk windows install 
Shell :: ssh command delete file 
Shell :: check branches git 
Shell :: how to push another account git 
Shell :: aab to apk 
Shell :: docker why my container start on reboot 
Shell :: git commit message 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =