본문 바로가기

Learning/└◆Shell Scripts

Shell Basics - Linux Tutorial

 

Shell Basics - echo and read - Linux Tutorial #1

 

 

 

 

Shell Basics - New Line and Screen Clearing - Linux Tutorial #2

 

 

Shell Basics Writing a Shell Script Linux Tutorial Final

# vi test.sh

 

# chmod +x test.sh && bash test.sh

 

# cat color.log ($name favorite color is #color. >> color.log)

 

 

 

A little bit more detail