grep -E '^([^|]+[|]+){5}5000' <file_name>
this command searches value 5000 in only 6th column from provided file where pipe ( | )is delimiter which separate columns... can some one plz explain me what '^([^|]+[|]+){5}5000' actually does..? :confused:
this command searches value 5000 in only 6th column from provided file where pipe ( | )is delimiter which separate columns... can some one plz explain me what '^([^|]+[|]+){5}5000' actually does..? :confused: