Search Suggest

Exclude column using Awk command

Exclude multiple column in linux

$ awk '{$1=$2=""; print $0}' filename

إرسال تعليق