minus-squareroran@sh.itjust.workstoLinux@lemmy.ml•What are some of your most useful or favorite terminal commands?linkfedilinkarrow-up0·2 days agocd `pwd` for when you want to stay in a dìr that gets deleted and recreated. cat /proc/foo/exe > program cat /proc/foo/fd/bar > file to undelete still-running programs and files still opened in running programs linkfedilink
minus-squareroran@sh.itjust.workstoLinux@programming.dev•Which Desktop Environment Do Arch Linux Users Preferlinkfedilinkarrow-up2·10 days agoSway. Though I graduated from Arch to NixOS, sway remains as one of the core tenets of my personhood. linkfedilink
cd `pwd`for when you want to stay in a dìr that gets deleted and recreated.
cat /proc/foo/exe > program cat /proc/foo/fd/bar > fileto undelete still-running programs and files still opened in running programs