Coming to the sed
part of an assignment I am facing difficulty with a RegEx (on Ubuntu) which deletes every word that contains a one or more numbers.
Here is the expression I got so far:
echo sed /\w.*[0-9]+.*\w/g text > text
Sample:
asdkbasdnas jasndasn7bkjns 789 jksndkasnd 092 jkasdsa
Desired output would be:
asdkbasdnas jksndkasnd jkasdsa