본문 바로가기

Learning/└◆Shell Scripts

Linux Shell Scripting

 

In this I will be showing you how to make your own shell script using Vim editor. The first example I make a script that echos "Hello User".  Please comment, rate, and subscribe! Thanks I appreciate it.

 

Act1.

 

# vim test1.sh

 

# ./test1.sh

 

 

 

Act2.

 

 

 

Act3.