Skip to content

cat and awk

cat log_genLoom-GRCh38-MM20567.txt | awk '{ print $2 " Run Time HH:MM:SS Total:" $6 " of " $1 }' | sort
cat log_genLoom-GRCh38-MM20567.txt | awk '{ print $6}' | sort
#remove lines with duplicate words
awk '!seen[$1]++' file
Published inUncategorized

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *