Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


awk_examples

This is an old revision of the document!


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.1561727873.txt.gz · Last modified: 2019/06/28 09:17 by juckins