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

Both sides previous revisionPrevious revision
Next revision
Previous revision
awk_examples [2019/06/28 09:43] juckinsawk_examples [2019/06/28 09:45] (current) juckins
Line 5: Line 5:
   cat files_changed_within_72hrs.sort.txt | awk -F " " '{print $3,$5}'   cat files_changed_within_72hrs.sort.txt | awk -F " " '{print $3,$5}'
      
-Turn something like this:\\<nowiki> +Turn something like <nowiki>FreeWind_SFC not in ONA_GRID__GFS_20190627_1800</nowiki>
-FreeWind_SFC not in ONA_GRID__GFS_20190627_1800+
 \\ \\
-into this:\\ 
-FreeWind_SFC ONA_GRID__GFS 
 \\ \\
-</nowiki> +into <nowiki>FreeWind_SFC ONA_GRID__GFS</nowiki> 
-Using:\\+\\ 
 +\\ 
 +Using:
  
   awk -F " " '{print $10,$13}' | sed -E 's/[0-9]*//g'| sed -E 's/__$//g' |tail -4   awk -F " " '{print $10,$13}' | sed -E 's/[0-9]*//g'| sed -E 's/__$//g' |tail -4
  
 (Adjust the $10,$13 fields as appropriate) (Adjust the $10,$13 fields as appropriate)
awk_examples.1561729424.txt.gz · Last modified: 2019/06/28 09:43 by juckins