Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 369 Bytes

Use sed and awk for text manipulation readme.md

File metadata and controls

5 lines (3 loc) · 369 Bytes

Use sed and awk for text manipulation

In the image below, you can see that I used the sed command to change the word candy to mangoes. In the next line, I used the awk command to only print the text in the first position.

image