Hacker News new | ask | show | jobs
by ascotan 4378 days ago
grep -a 50 -b 50 string /dev/disk0 ftw
1 comments

I assume you mean grep -C 50. Lowercase a and b are ascii and byte offset rather than lines after and before.