Linux Shell Scripting part -1
touch: first-shell-script.sh ( creating shell script file)
man touch ( man is used to tell the user about the command information like what touch means)
vim second_shell_script.sh ( it will create the file and open it)
Difference between vim and touc...
yasmeenkhan.hashnode.dev2 min read