09/12/26 12:03:29 ENi5HtBu
find のオプションで -maxdepth がオプションの最初にないとwarningしてくる。
$ find . -newer ~/.bashrc -maxdepth 1
find: warning: you have specified the -maxdepth option after a non-option argument -newer, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
バージョン4.2.27だと文句を言ってくるのだけど、4.1.7だと言ってこない。
いつからこんな文句を言うように変わったのでしょうね。