minus-squareDigit@lemmy.wtftoLinux@programming.dev•Is it me, or does Linux Mint have terrible file search?linkfedilinkEnglisharrow-up4·2 days agotree -if and grep are another way to go. or, I’ve also seen some use du as part of their file search strategy. heh. strange ways. linkfedilink
minus-squareDigit@lemmy.wtftoLinux@programming.dev•Is it me, or does Linux Mint have terrible file search?linkfedilinkEnglisharrow-up5·2 days agoFor a long time I was a mlocate guy. updatedb locate files linkfedilink
tree -ifandgrepare another way to go.or, I’ve also seen some use
duas part of their file search strategy. heh.strange ways.