LucasLarson / update

update all the things
Other
1 stars 0 forks source link

find syntax #19

Closed LucasLarson closed 1 year ago

LucasLarson commented 1 year ago
find . -name '𝑥' -type '𝑦'

is faster than the existing^1

find . -type '𝑦' -name '𝑥'

which should be replaced