Hacker News new | ask | show | jobs
by liuyong 2140 days ago
In bash '\' would escape the character behind it. In this case, newline was escaped, which means you could ignore the newline character and treat those lines as one line.