Untitled
Anonymous
plain_text
11/01/2024 2:31 AM
140 B
15
Indexable
cat /path/to/directory/* | grep "id:" | sed 's/id://g; s/[[:space:]]//g; s/.*/"&",/' > combined_file.txt
Editor is loading...
Leave a Comment
cat /path/to/directory/* | grep "id:" | sed 's/id://g; s/[[:space:]]//g; s/.*/"&",/' > combined_file.txt