awk_examples
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| awk_examples [2017/01/23 11:14] – juckins | awk_examples [2019/06/28 09:45] (current) – juckins | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== awk examples ==== | ==== awk examples ==== | ||
| - | < | + | |
| - | cat files_changed_within_72hrs.sort.txt | awk -F " " ' | + | |
| - | </ | + | |
| + | cat files_changed_within_72hrs.sort.txt | awk -F " " ' | ||
| + | | ||
| + | Turn something like < | ||
| + | \\ | ||
| + | \\ | ||
| + | into < | ||
| + | \\ | ||
| + | \\ | ||
| + | Using: | ||
| + | |||
| + | awk -F " " ' | ||
| + | |||
| + | (Adjust the $10,$13 fields as appropriate) | ||
awk_examples.1485188095.txt.gz · Last modified: by juckins
