Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 184 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 184 Bytes

string_manip

Just some command line tricks with strings:

Output all strings that start and end with some regex using grep:

grep -o '\start.*end' manifest_8.1_v3.xml > paths