ikidd@lemmy.world to Linux@lemmy.mlEnglish · 18 hours agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square66fedilinkarrow-up1210arrow-down136 cross-posted to: linux@programming.dev
arrow-up1174arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netikidd@lemmy.world to Linux@lemmy.mlEnglish · 18 hours agomessage-square66fedilink cross-posted to: linux@programming.dev
minus-squareFerk@lemmy.mllinkfedilinkarrow-up3·edit-214 hours 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.