bash
/ sh
cheatsheet
Basic
Cut specific column output
$0
will get the whole line, $n
will get the n'th column
If delimiter is predictable, can also use cut
bash
/ sh
cheatsheet$0
will get the whole line, $n
will get the n'th column
If delimiter is predictable, can also use cut