Shell-Scripting: First look how to print the text using script [root@shellscripting ~]# touch one [root@shellscripting ~]# cat > one echo "Hello every one Thanks for reading" [root@shellscripting ~]# sh one Hello every one Thanks for reading [root@shellscripting ~]# bash one Hello every one Thanks for reading ----------------------------------------------------------------------------------------------------- [root@shellscripting ~]# touch second [root@shellscripting ~]# [root@shellscripting ~]# … Continue reading shell-scripts
