ikidd@lemmy.world to Linux@lemmy.mlEnglish · 13 days agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square134linkfedilinkarrow-up1307arrow-down154
arrow-up1253arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netikidd@lemmy.world to Linux@lemmy.mlEnglish · 13 days agomessage-square134linkfedilink
minus-squareFerk@lemmy.mllinkfedilinkarrow-up6·edit-213 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.