Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 213 Bytes

883.md

File metadata and controls

4 lines (3 loc) · 213 Bytes

Get line number: xxd file | grep "CTF" -n | grep -o '^[0-9]*' --> 278
Output 3 lines from that lineno: xxd file | gawk '{print $10}' | sed -n "278,280p"