Cheat Sheet Hacking
More
Search
Ctrl + K
Linux Commands
To extract specific range of lines in files
Copy
# To extract the first 10.000 lines
sed
-n
'1,10000p'
file.txt
Previous
Proxy Activation
Next
Recreate multipart/form-data request
Last updated
14 days ago