Posts by Jean Silva • 26 points
1 post
-
1
votes2
answers522
viewsA: Insert string in first column
Just use a regular expression in sed to select any number: [0-9]+ Also, use the operator & retrieving the text that married the search expression. Would look like this: cat /tmp/filtrado2.txt |…