Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


awk_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
awk_examples [2017/01/23 11:14] – created juckinsawk_examples [2019/06/28 09:17] juckins
Line 1: Line 1:
 ==== awk examples ==== ==== awk examples ====
  
 +  cat files_changed_within_72hrs.sort.txt | awk -F " " '{print $NF}'
  
 +  cat files_changed_within_72hrs.sort.txt | awk -F " " '{print $3,$5}'
awk_examples.txt · Last modified: 2019/06/28 09:45 by juckins