Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 70 Bytes

awk.md

File metadata and controls

3 lines (2 loc) · 70 Bytes

Add a string to each line

awk '{print $0"extra_string"}' yourFile