This website requires JavaScript.
Explore
Help
Sign In
hyung-hwan
/
qse
Watch
1
Star
0
Fork
0
You've already forked qse
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b6a27d29782f4535d923c7c08010087e73ae1cf6
qse
/
regress
/
awk
/
emp-007.awk
hyung-hwan
84d1c4c55f
Reorganized the directory structure
2022-09-25 09:23:29 +09:00
2 lines
43 B
Awk
Raw
Blame
History
{
printf
(
"%-8s $%6.2f\n"
,
$
1
,
$
2
*
$
3
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink