Horje
Print hello world in shell script Code Example
hello world shell script
#!/bin/sh
# This is a comment!
echo Hello World        # This is a comment, too!
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




Shell

Related
bash print files in directory with path Code Example bash print files in directory with path Code Example
git add alias Code Example git add alias Code Example
start vagrant box Code Example start vagrant box Code Example
purge opencv ubuntu 20.04 Code Example purge opencv ubuntu 20.04 Code Example
gulp-gzip Code Example gulp-gzip Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11