Hello,
I'm sure this is simple but i can't figure out how to read a command like history into a variable in to a bourne script.
I cann't seem to figure out the man page. perhaps cause its almost midnight..=-)
ie if this was c shell
variable day would have the date command input into it.
set day = `date`
I'm sure this is simple but i can't figure out how to read a command like history into a variable in to a bourne script.
I cann't seem to figure out the man page. perhaps cause its almost midnight..=-)
ie if this was c shell
variable day would have the date command input into it.
set day = `date`