ikidd@lemmy.world to Linux@lemmy.mlEnglish · 22 hours agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square74fedilinkarrow-up1221arrow-down139 cross-posted to: linux@programming.dev
arrow-up1182arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netikidd@lemmy.world to Linux@lemmy.mlEnglish · 22 hours agomessage-square74fedilink cross-posted to: linux@programming.dev
minus-squareFerk@lemmy.mllinkfedilinkarrow-up3·edit-218 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.