Skip to content

Instantly share code, notes, and snippets.

@Maple-pro
Last active May 7, 2024 12:46
Show Gist options
  • Save Maple-pro/d8ae4426f2d46054202db2968592e3c0 to your computer and use it in GitHub Desktop.
Save Maple-pro/d8ae4426f2d46054202db2968592e3c0 to your computer and use it in GitHub Desktop.
Some useful linux commands

Useful Linux Commands

# 1. find file by fzf and open it
find ~/Documents/Personal -type f | fzf -m | xargs -d '\n' -r -n 1 xdg-open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment