cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 个月前Madness or brilliancefeddit.orgimagemessage-square45fedilinkarrow-up1509arrow-down17
arrow-up1502arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 个月前message-square45fedilink
minus-squareSupervisor194@lemmy.worldlinkfedilinkarrow-up8·edit-22 个月前Old school. Also the flip side: sudo tail -f /<path to server>/error.log
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up2·2 个月前Using -F with tail is even better than -f because it handles files getting truncated or getting created.
Old school. Also the flip side:
sudo tail -f /<path to server>/error.logUsing -F with tail is even better than -f because it handles files getting truncated or getting created.