printj/stress/fix.sh

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/'