tail Command in Linux Made Simple
× You've got an application that's currently running in a production environment, and now some of its behavior isn't what you expected. You do not have enough time to load a 50MB log file into your favorite text editor. You simply type tail -f /var/log/syslog and watch it live. This one trick has helped save […]
Read More