Forum: Shell Scripting May 28th, 2009 |
| Replies: 4 Views: 909 Hi. Thanks for your answer, but I'm doing some revision and that command is on one of the past papers so it most work. I was just hoping that I understood it how it worked correctly. |
Forum: Shell Scripting May 27th, 2009 |
| Replies: 4 Views: 909 hi. Does this command (tar cvf /usr/local/bin) create a tape achieve in /usr/local and then copies all the files and directories that are in the /bin directory into the tape archive that is stored in... |
Forum: Shell Scripting May 6th, 2009 |
| Replies: 3 Views: 476 The script here was just a quick example anyway I have sorted it I replaced if and else if with case. |
Forum: Shell Scripting May 5th, 2009 |
| Replies: 3 Views: 476 Hi. I have created a script that works perfect but I am now told that I could have done it better, but how?
This is an example of how I did mine:
#!/bin/bash
#
function users
{
echo... |