Writing your first script and getting it to work - 0 views
-
lizciragoldstein on 05 Oct 14To successfully write a shell script, you have to do three things: Write a script Give the shell permission to execute it Put it somewhere the shell can find it A shell script is a file that contains ASCII text. To create a shell script, you use a text editor.