Hello guys, please look at the following
It looks like KornShell uses its own application. Built in? And why? Any idea?
It appeared after this shell has been updated to ksh93-20141224 from 2012... .
date
commands.It looks like KornShell uses its own application. Built in? And why? Any idea?
It appeared after this shell has been updated to ksh93-20141224 from 2012... .
Code:
user@serv:~ % ksh -c "date -r"
date: -r: unknown option
Usage: date [-aceEiLlmnRsuz] [-d date] [-f format] [-p format] [-T type] [-U scale] [ +format | date ... | file ... ]
user@serv:~ % sh -c "date -r"
date: option requires an argument -- r
usage: date [-jnRu] [-d dst] [-r seconds|file] [-t west] [-v[+|-]val[ymwdHMS]]
[-I[date | hours | minutes | seconds]]
[-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format]