mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-12 11:42:20 -04:00
some sytem scripts
This commit is contained in:
parent
4b0a965e4a
commit
5852171b21
25 changed files with 639 additions and 1 deletions
8
shell_scripts/power_user_awk/math1.awk
Normal file
8
shell_scripts/power_user_awk/math1.awk
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
# awk -f math1
|
||||
{
|
||||
no1 = $1
|
||||
no2 = $2
|
||||
ans = $1 + $2
|
||||
print no1 " + " no2 " = " ans
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue