User Tools

Site Tools


awk_for_tabulated_files

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
awk_for_tabulated_files [2021/07/06 12:41] 156.34.16.174awk_for_tabulated_files [2021/07/06 12:42] (current) 156.34.16.174
Line 1: Line 1:
-The command awk can be really useful to edit or parse tabulated files (for example: blast output in columns separated by a tabulation = -outfmt 6; or gff files).+The command awk can be really useful to edit or parse tabulated files (for example: blast outputs in columns separated by a tabulation = -outfmt 6; or gff files).
  
 By default, awk scans a file line by line, whereby a line is ending by a carriage return (\n) and further split the line into fields, by default separated by a tabulation "\t" although other field separators can be defined. By default, awk scans a file line by line, whereby a line is ending by a carriage return (\n) and further split the line into fields, by default separated by a tabulation "\t" although other field separators can be defined.
awk_for_tabulated_files.1625586112.txt.gz · Last modified: by 156.34.16.174