Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

hello world shell script

#!/bin/sh
# This is a comment!
echo Hello World        # This is a comment, too!
Comment

Print hello world in shell script

#!/bin/sh
# This is a comment!
echo "Hello World"
# after save the code use chmod 755 file_name.
#insead of 755, you can use +x means to give permission for execution.
#or you can directly use bash file_name
Comment

PREVIOUS NEXT
Code Example
Shell :: search tag git 
Shell :: grep without match 
Shell :: bash split a word into characters 
Shell :: ubuntu install gnote 
Shell :: check litespeed version command 
Shell :: supervisord install ubuntu 
Shell :: install cassandra ubuntu 
Shell :: bash script to clean up log files 
Shell :: docker redis set username and password 
Shell :: hibernate command 
Shell :: shutdown command rhel 7 
Shell :: bash if else 
Shell :: ssh key generation 
Shell :: push particular commit in git 
Shell :: powershell env vars 
Shell :: kill cron proccess ubuntu terminal 
Shell :: ruby install for mac 
Shell :: git use ssh instead of https 
Shell :: how to remove a file from staging area in git 
Shell :: start docker 
Shell :: sudo windows 
Shell :: install gradle 
Shell :: change user password on mac terminal 
Shell :: check pip library path ubuntu 
Shell :: how to add images in readme github 
Shell :: bash get field from line 
Shell :: permissão wordpress 
Shell :: git ignore already pushed file 
Shell :: how to restore a mongodb dump with a new name 
Shell :: download single file from github 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =