Forum: IT Professionals' Lounge Jul 5th, 2008 |
| Replies: 2 Views: 898 I can only think of using a log file of sorts. At the beginning of your first script have it output a '0' (false) to the log file. At the end of the script, upon successful execution, have it... |
Forum: IT Professionals' Lounge Jun 3rd, 2008 |
| Replies: 10 Views: 2,021 touche!
I had not thought about that. In that case, you would be correct. |
Forum: IT Professionals' Lounge Apr 25th, 2008 |
| Replies: 10 Views: 2,021 No, thats actually exactly wrong.
The mv command does not make a new file. Period. The datablocks holding the information remain unchanged. All that happens is that the entry in the directory... |