Work stuff Linux search text in files October 26, 2018 Tony Leave a comment # grep -R search_text /dir/* -R = recursive
Work stuff Show Disk Space List on Linux Shell October 1, 2018 Tony Leave a comment du -h --max-depth=1 | sort -hr This will do the trick 😀