this post was submitted on 03 Oct 2025
20 points (100.0% liked)

Linux Questions

2700 readers
69 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

Howdy y'all!

I'm curious about everyone's favorite/most used CLI tool! Please include your favorite as well as your use case if you don't mind. Mine is rsync, which I use to keep my home music storage synced with my music player's SD card.

Runner up is ranger to navigate files. I mainly use this to quickly visually navigate mounted drives that I did not organize myself.

Hope to hear from you all soon, thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] ZeroGravitas@lemmy.dbzer0.com 8 points 22 hours ago (2 children)
[–] ScientifficDoggo@lemmy.zip 2 points 22 hours ago (1 children)

So a quick look at the man page says its a fuzzy search. How do YOU use it? So I can get a point of reference to figure things out myself.

[–] ZeroGravitas@lemmy.dbzer0.com 1 points 3 hours ago

The killer features for me are fuzzy command history match for bash (or zsh, or even powershell) and respectively interactive grep. Lots of other examples here: https://github.com/junegunn/fzf/wiki/Examples#searching-file-contents

[–] a14o@feddit.org 1 points 21 hours ago

Good one, although I only use it as ctrl+t or ctrl+r or within scripts