- Code: Select all
(with-open-file (in #P"/sys/class/net/eth0/statistics/rx_bytes" :direction :input)
(read in))
This code can work with clisp but sbcl fail.
I copy file sys/class/net/eth0/statistics/rx_bytes to my home folder, and with-open-file works.
I don't know why? Is this sbcl's bug?