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

Linux Questions

2708 readers
2 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
[โ€“] owenfromcanada@lemmy.ca 5 points 3 days ago (1 children)

Most used? Probably...

  • ls
  • cd
  • nano
  • cat
  • ssh
  • ping
  • grep

Favourite? Probably one of...

  • yt-dlp_linux (for getting... stuff...)
  • ffmpeg (for modifying a/v files)
  • rsync (for pushing files to my media server)
[โ€“] Albbi@lemmy.ca 2 points 3 days ago

You're still using cd? Zoxide is great!