Am 02.02.19 um 16:47 schrieb Sven Schreiber:
Am 02.02.2019 um 15:31 schrieb Allin Cottrell:
> and this should work on OS X too. On Windows I think that
>
> string s = grab("date /t")
>
> ought to work but I haven't tested it. I see that grab() never got
> documented, but it retrieves the output from a shell command.
Interesting.
Indeed! Thanks for this information, Allin.
I've just tried on ubuntu
<eval grab("date --date='today' +'%d/%m/%Y'")>
which works fine!
Artur