prx (si3t.ch) Notes et astuces intéressantes pour #awk: https://eradman.com/posts/awk-programming.html Read replies 1 year ago
prx (si3t.ch) I wrote this in my status script to reduce my computer usage: uptime | awk '{sub(",", "", $3); print $3}' Read replies 1 year ago