ikidd@lemmy.world to Linux@lemmy.mlEnglish · 11 days agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square135fedilinkarrow-up1313arrow-down153 cross-posted to: linux@programming.devlinux@programming.dev
arrow-up1260arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netikidd@lemmy.world to Linux@lemmy.mlEnglish · 11 days agomessage-square135fedilink cross-posted to: linux@programming.devlinux@programming.dev
minus-squareFerk@lemmy.mllinkfedilinkarrow-up5·edit-211 days agoIf that approach is enough then tail -f /var/log/* could work too with multiple files, it’ll “follow” all the files and display only new lines.
If that approach is enough then
tail -f /var/log/*
could work too with multiple files, it’ll “follow” all the files and display only new lines.