...
It can also be given a script containing any number of commands that will be executed sequentially.
Exercises
Exercise - create a delegate and check that pshell is using it.
Expand | ||
---|---|---|
| ||
pshell login sean ???? delegate exit pshell whoami |
Exercise - script a task to download a file in your directory.
Expand | ||
---|---|---|
| ||
pshell -i script1.txt With the plain text file script1.txt created containing:
|
Exercise - bash script a task that attempts to perform something illegal (eg remove directory www) and correctly report that the script encountered an error
Expand | ||
---|---|---|
| ||
Run the following script if you have bash ... sorry Windows users.
This would typically be a job script on (eg) Pawsey HPC - where you would be doing all such work in a Linux environment. The idea is that if something in your data setup pipeline fails - don't waste any valuable cpu time on it. |