Y
Hacker News
new
|
ask
|
show
|
jobs
by
derrida
192 days ago
Second question
> awk '/^laugh/ { print $0 }' night-before-christmas.txt
1 comments
aidenn0
192 days ago
Get rid of the caret and it works; it wants lines with laugh, not lines that start with laugh,
link
derrida
188 days ago
Ah cheers thanks, my stupid! (And what's worse - wasted some others attention and even thought what someone took time to create was at fault!) However thankful for kind directness there.
link