Untitled

 avatar
unknown
plain_text
6 months ago
105 B
5
Indexable
cat /path/to/directory/* | grep "id:" | sed 's/id://g; s/[[:space:]]//g; s/.*/"&",/' > combined_file.txt
Editor is loading...
Leave a Comment