Hey, On 3 October 2011 19:42, Suraj N. Kurapati <sun...@gmail.com> 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. cls