/ Published in: Bash
Expand |
Embed | Plain Text
sed = /path/to/file | sed 'N;s/\n/,/' | pbcopy
You need to login to post a comment.
sed = /path/to/file | sed 'N;s/\n/,/' | pbcopy
You need to login to post a comment.