Unix cat starting from line
Fresh3 days ago
Mar 15, 202694138 viewsConfidence Score1%
1%
Problem
What is the best way to output from a file starting from a specific line (big number like 70000). Something like:
Error Output
cat --line=70000 <file>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Unix cat starting from line
Low Risk
Take a look at tail, more precisecly, it's --lines=+N switch:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix