Last Updated: February 25, 2016
·
365
· DamonOehlman

Replace "\r\n" in a clipboard snippet with real line breaks

Linux:

xclip -out -selection clipboard | sed 's/\\r\\n/\n/g' | xclip -in -selection clipboard