Hacker News new | ask | show | jobs
by Tepix 2770 days ago
echo -e 'one\ntwo\nthree' | sed -ze 's/\n/|/g'
1 comments

Hey, thanks for teaching me that!