Forum: Shell Scripting Mar 11th, 2009 |
| Replies: 16 Views: 5,808 Forty lashes with a wet noodle for me for posting the wrong thing. The code above should work now; I've reduced it to a single line. This time I actually tested them. :$
It appears you don't have... |
Forum: Shell Scripting Jan 19th, 2009 |
| Replies: 3 Views: 654 Without the backslash, the shell checks to see if there is an alias for the command. If so, it uses it.
With the backslash, the shell skips this check and runs the first version of the command... |