Add 1, 2 and 3 scripts

This commit is contained in:
Talia 2019-07-24 10:41:49 +02:00
parent e0cb29460d
commit 37884e03ac
3 changed files with 9 additions and 0 deletions

3
bin/1 Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/awk -f
{print $1}

3
bin/2 Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/awk -f
{print $2}

3
bin/3 Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/awk -f
{print $3}