Skip to content

Commit

Permalink
ws7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hninyeeko committed Oct 30, 2023
1 parent 93201f6 commit 9b980a8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ws7/cmds.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
998 head 2019-12.csv
999 vim script.sh
1000 awk -f script.sh 2019-12.csv
1002 awk -f script.sh 2019-12.csv
1014 history > cmds.log
10 changes: 10 additions & 0 deletions ws7/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BEGIN{

FS=" , "
}
{
if ( $17 >= 10.0)
{print $14 }
}


Empty file added ws7/ws7.txt
Empty file.

0 comments on commit 9b980a8

Please sign in to comment.