Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux how to execute a script

//Use the ls command to view permission on the script:
$ ls -l script-name-here

// To execute the script, type:
$ ./script-name-here

//Make the script executable with command 
$ chmod +x <fileName>
Comment

execute script in linux

~ zsh-autocomplete.plugin.zsh
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell set environment variable and run command 
Shell :: change commit message after push 
Shell :: save terminal output to file with script 
Shell :: sed insert multiple lines after match 
Shell :: linux change password chpasswd 
Shell :: virtualbox boot from usb 
Shell :: docker desktop for fedora 
Shell :: windows 10 open git bash here 
Shell :: how to push repository to github 
Shell :: hide permission denied ~/.bash 
Shell :: nextjs cli 
Shell :: download file ssh 
Shell :: mac ssh download folder 
Shell :: bash do-while 
Shell :: heroku docker 
Shell :: redirect stderr to file linux 
Shell :: how to install fluter 
Shell :: docker 
Shell :: which command is used to create a new git repository 
Shell :: get program path powershell 
Shell :: composer download 
Shell :: remover completamente programa terminal ubuntu 
Shell :: commit to create a customised image 
Shell :: open . command 
Shell :: how to make bash script must be ran in sudo 
Shell :: sudo mn 
Shell :: grep string in file 
Shell :: ghostscript pdf to text 
Shell :: dont want ot type my passphrase everytime i push 
Shell :: rpm scriptlets 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =