ikidd@lemmy.world to Linux@lemmy.mlEnglish · 1 month agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square135linkfedilinkarrow-up1317
arrow-up1317external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netikidd@lemmy.world to Linux@lemmy.mlEnglish · 1 month agomessage-square135linkfedilink
minus-squareFerk@lemmy.mllinkfedilinkarrow-up6·edit-21 month 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.