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 revisionBoth sides next revision
awk_examples [2017/01/23 11:14] – created juckinsawk_examples [2017/01/23 11:14] juckins
Line 1: Line 1:
 ==== awk examples ==== ==== awk examples ====
  
 +<code>
 +cat files_changed_within_72hrs.sort.txt | awk -F " " '{print $NF}'
 +</code>
  
awk_examples.txt · Last modified: 2019/06/28 09:45 by juckins