Horje
shell script tutorial Code Example
shell script tutorial
#!/bin/sh

# Author : Zara Ali
# Copyright (c) Tutorialspoint.com
# Script follows here:

echo "What is your name?"
read PERSON
echo "Hello, $PERSON"




Shell

Related
xrandr 1600x900 ubuntu Code Example xrandr 1600x900 ubuntu Code Example
vim exit Code Example vim exit Code Example
How to remove Directories with rm Code Example How to remove Directories with rm Code Example
tsv to csv file bash Code Example tsv to csv file bash Code Example
how to zip a folder in putty Code Example how to zip a folder in putty Code Example

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