Skip to content

Commit d381df1

Browse files
committed
initial commit
0 parents  commit d381df1

File tree

469 files changed

+15795
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

469 files changed

+15795
-0
lines changed

1st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
exec awk '{ print $1; }' $*
3+

2nd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
awk '{ print $2; }' $*
3+

3rd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
awk '{ print $3; }' $*
3+

0 commit comments

Comments
 (0)