cut with tab delimiter This entry was posted in Linux on June 24, 2015 by techstruggles. cat blah | cut -f1 -d$’\t’
screen usage This entry was posted in Linux on June 13, 2015 by techstruggles. screen -S foo Then to reattach it, run screen -r foo # or use -x, as in screen -x foo # for “Multi display mode” (see the man page)