How should I cut this line using cut and grep?

not sure how to do it. wan't to delete it using cut and grep ince i would use it in the shell.

but how must the command be?

grep "64.233.181.103 wwwGoogle.com" /etc/hosts | cut -d

the delimeter is just a space. can you help meplease. :smiley:

For what purpose? What are you trying to do? i.e. the expected output?