On Mon 03 Oct 2011 07:49:04 PM PDT, Connor Lane Smith wrote:
> On 3 October 2011 19:42, Suraj N. Kurapati wrote:
> > Never heard of mtime(1). Is that POSIX sh? This is:
> >
> > update_config() { [ $cfg -nt $history ] && . $cfg ; }
>
> No it isn't, the '-nt' flag is a non-POSIX test(1) extension.
I stand corrected. Thank you.
--
I just forgot my whole philosophy of life!!!
Received on Mon Oct 03 2011 - 21:01:10 CEST