Y
Hacker News
new
|
ask
|
show
|
jobs
by
Retr0id
197 days ago
It does seem to actually run the submitted commands, and awk is there.
1 comments
derrida
197 days ago
Second question
> awk '/^laugh/ { print $0 }' night-before-christmas.txt
link
aidenn0
197 days ago
Get rid of the caret and it works; it wants lines with laugh, not lines that start with laugh,
link
derrida
193 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
> awk '/^laugh/ { print $0 }' night-before-christmas.txt