• 1 Post
  • 72 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle



  • wvianatoLinux@lemmy.mlTerminal Utility Mega list!
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    Fpr tldr I do prefer tealdeer (rust) instead of the node implementation in the post

    For tmux there are screen that is simpler, I mostly use in server. In my local I like to use zellij, that is a tmux like implemented in rust.

    Don’t miss ripgrep. Really awesome/fast replacement for grep.






  • wvianatoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    ~ is a “aliás” to your user home directory. If you are anywhere and want to copy something into your documents folder you can do cp file.txt ~/Documents instead of cp file.txt /home/username/Documents

    So by typing rm ~ it actually deleted the /home/username directory instead of the ~ file in it.

    I think rm '~' does delete the file.