0.2.0 • Published 7 years ago

nawk v0.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

#NAWK

##Usage cat some/file.txt | nawk ... ##Example cat some/file.txt | nawk 0 -1

##Description Nawk prints the corresponding tokens of each line in the file

  • negative numbers are relative to the end of the line
  • 0 is the first element in the line
  • -1 is the last element in the line
  • -2 is the second to last

cat some/file.txt | nawk -1 0 the above line prints the last and first element in the line.

0.2.0

7 years ago

0.1.0

8 years ago

0.0.2

8 years ago