Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by frbv4rtgb ( 4 years ago )
head -v num2.txt
head -4 num2.txt
tail -3 num2.txt
nl -d num2.txt
wc -l num2.txt
wc -L num2.txt
wc -c num2.txt
wc -w num2.txt
sort -r num2.txt
cut -f -1 -d num2.txt
Revise this Paste