<- Back

Log Parsing Cheat Sheet

04 June 2023

I found this image, and it’s be a great reference for me. I’m not sure who the original author is, but kudos to them

More snippets that I have found useful

Delete all those pesky .DS_Store files

find . -name ‘.DS_Store’ -type f -delete

find . -type f -name “._*” -exec rm “{}” \;

© Ackers 2023 v0.1.111
My thoughts and ramblings on this site, are my own