minus-squareroran@sh.itjust.workstoLinux@lemmy.ml•What are some of your most useful or favorite terminal commands?linkfedilinkarrow-up2·1 day 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
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