Forum: Shell Scripting 17 Days Ago |
| Replies: 12 Views: 861 How is javascript going to help with this when there is no server and no html, or anything else that has anything at all to do with JavaScript? Or is this really a download after all? Even though... |
Forum: Shell Scripting Nov 9th, 2009 |
| Replies: 2 Views: 652 $file_name, not file_name
ditto for the other variables
use "sed -e" not just "sed"
and change $file.new to ${file}.new just to be safe
Edit: So many problems, so little text. ;-) |
Forum: Shell Scripting Jul 24th, 2008 |
| Replies: 6 Views: 1,137 |
Forum: Shell Scripting Nov 8th, 2007 |
| Replies: 4 Views: 1,611 I would have to assume that it is coming from the tee (and that error will only occur on the file handle being read, not the filehandle being written), so I have to assume that the find command is... |
Forum: Shell Scripting Mar 5th, 2007 |
| Replies: 3 Views: 2,173 |