Remove the first word in a text stream August 4, 2023 by Tarik Based on your example text, cut -d' ' -f2- yourFile should do the job.