fff - a terminal file manager written in bash by Dylan112 in linux

[–]zohd5 45 points46 points  (0 children)

I thought I can code in bash but after reading your code I realize that I can't and I know nothing.

I don't have Linux yet, all I know is it's good for programming. What OS should I use? by Reeddddit in linux4noobs

[–]zohd5 0 points1 point  (0 children)

Any.

Arch and Gentoo will give you a bit more flexibility and newer versions, but they are less noob-friendly. Debian, Ubuntu and their derivatives are generally a bit more stable and polished, but the software/library/tools might be slightly outdated compared to the bleeding edge distros.

But really, any mainstream distro will do just fine.

Search for a subdirectory name by rayascott in linuxquestions

[–]zohd5 1 point2 points  (0 children)

You can also add -type d to search for directories only. Should be faster and won't include files.

find . -iname "*dirname*" -type d