Set the field(s) you want to skip to blank:
awk '{$2 = ""; print $0;}' < file_name
Source: Using awk to print all columns from the nth to the last
Set the field(s) you want to skip to blank:
awk '{$2 = ""; print $0;}' < file_name
Source: Using awk to print all columns from the nth to the last