- May 4, 2001
- 342
- 0
- 0
ok, I have the following unix command:
date +%m%Y
and I want to run that from a shell script and place the results in the variable $date. how can i do this? i tried (date +%m%Y) > $date but that didn't work. any ideas?
date +%m%Y
and I want to run that from a shell script and place the results in the variable $date. how can i do this? i tried (date +%m%Y) > $date but that didn't work. any ideas?