Hacker News new | ask | show | jobs
by mprovost 1878 days ago
Calling cut with a newline as the field delimiter works:

man systemd | cut -d $'\n' -f 4

Works with multiple lines too:

cut -d $'\n' -f 10-20,50-60