👩💻 Join our community of thousands of amazing developers!
In the 10th “Building Bash Muscle” series, I’m going back to sed and introducing tail. There are times when you need to read a big log file. I will peek at /var/log/syslog The whole big log file should not be read into memory for an obvious reason. sed can be used to read part of … Continue reading "Building Bash Muscle (10)" The post Building Bash Muscle (10) appeared first on Hayato Iriumi....