ikidd@lemmy.world to Linux@lemmy.mlEnglish · 2 months agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square135linkfedilinkarrow-up1316arrow-down152 cross-posted to: linux@programming.devlinux@programming.dev
arrow-up1264arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netikidd@lemmy.world to Linux@lemmy.mlEnglish · 2 months agomessage-square135linkfedilink cross-posted to: linux@programming.devlinux@programming.dev
minus-squareFerk@lemmy.mllinkfedilinkarrow-up6·edit-22 months 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.