79421287

Date: 2025-02-07 14:58:28
Score: 0.5
Natty:
Report link

You may print all variables by this command (replace eth0 by real interface name):

for i in /sys/class/net/eth0/statistics/*; do echo -n "$(basename $i): "; echo -n $(cat $i); done

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Milan Kerslager