printj/stress/fix.sh
2016-09-19 02:33:23 -04:00

4 lines
125 B
Bash
Executable File

#!/bin/bash
# remove last digit from %a %A outputs due to implementation-dependent rounding
cat - | sed 's/.p/0p/; s/.P/0P/'