printj/stress/fix.sh

4 lines
125 B
Bash
Raw Normal View History

2016-09-19 06:33:23 +00:00
#!/bin/bash
# remove last digit from %a %A outputs due to implementation-dependent rounding
cat - | sed 's/.p/0p/; s/.P/0P/'