Skip to content

Text processing

hardpar 1 command

Filter on a number

Print the name from every row of table.txt whose second column is more than 40. grep compares text, so it will not do.

Goal

0 / 1 commands

Print the first column of every line in table.txt whose second column is more than 40.

  • ·Uses awk
  • ·Does not use grep
$

The files in the sandbox, with their modes, link counts and sizes
ModeLinksSizeName
-rw-r--r--1101table.txt
-rw-r--r--190totals.csv