jntkwx is
2011-09-17T23:47:13.000Z
happy my scripts for the 1st Comp Apps assignment are running correctly! :-)
latest #10
jjrennie says
2011-09-18T03:37:32.000Z
shell scripts?
jntkwx says
2011-09-18T04:01:46.000Z
yup
jntkwx says
2011-09-18T04:03:20.000Z
first time programming since I took Fortran 3 years ago
立即下載
jjrennie says
2011-09-18T15:37:10.000Z
yup was in the same boat as you
jntkwx says
2011-09-21T12:41:07.000Z
(angry) my scripts run, except for 2 hours in the middle of the night. There's something wrong with my If statement.
jntkwx hopes
2011-09-21T13:20:29.000Z
it was as simple as one too many pairs of parentheses
jjrennie says
2011-09-21T13:21:49.000Z
one of the things that bugs me is that when you run it live on a workstation it works fine, but when you cron it, it doesn't work properly
jjrennie says
2011-09-21T13:22:03.000Z
that issue is mostly because of directory structures...but gets me every time!
jntkwx says
2011-09-21T13:41:48.000Z
so far I've avoided that problem by: using forward slashes :-P & declaring my directory structures as variables
jntkwx says
2011-09-21T13:44:10.000Z
it helped that inputting and outputting to specific directory structures were part of the assignment
back to top