This website requires JavaScript.
Explore
Help
Sign In
midfavila
/
awk
Watch
1
Star
0
Fork
0
You've already forked awk
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
6535bd6c35
awk
/
bugs-fixed
/
missing-precision.awk
2 lines
25 B
Awk
Raw
Normal View
History
Unescape
Escape
Check for format character precision argument before using it
2018-09-14 20:29:06 -04:00
BEGIN
{
printf
(
"%*s"
)
;
}
Reference in New Issue
Copy Permalink