Text processing
hardpar 1 commandFilter 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
$
| Mode | Links | Size | Name |
|---|---|---|---|
| -rw-r--r-- | 1 | 101 | table.txt |
| -rw-r--r-- | 1 | 90 | totals.csv |