↧
Answer by Eliah Kagan for Why is the output of this find -newermt command...
There are two important concepts here: -newerXY only affects which files are operated on and not the order in which they are operated on, the the order find discovers siblings is unspecified and in...
View ArticleWhy is the output of this find -newermt command apparently not in order?
When I run touch a.txt && sleep 0.1 && \ touch b.txt && sleep 0.1 && \ touch c.txt && sleep 0.1 && \ touch d.txt && sleep 0.1 && \ touch...
View Article