$ at now + 2 years + 6 months syntax error. Last token seen: + Garbled time How inflexible. I'm not even asking for all of + - * /, just + -. Alas, forced to use * on my own: Workaround: $ at now + $((2*12+6)) months
$ at now + 2 years + 6 months syntax error. Last token seen: + Garbled time How inflexible. I'm not even asking for all of + - * /, just + -. Alas, forced to use * on my own: Workaround: $ at now + $((2*12+6)) months