I have a space delimited input text file. I would like to delete columns where the column header is size using sed or awk.
Input File:
id quantity colour
Given a fixed file format:
cut -f 1-4,6-7,9-10 infile