Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
www.commandlinefu.com
SUBMITTED BY:
Guest
DATE:
Dec. 16, 2013, 7:55 a.m.
FORMAT:
Bash
SIZE:
299 Bytes
Raw
Download
Tweet
HITS:
747
Go to comments
Report
#!/bin/bash
for
x
in
`
seq
0
25
$(
curl
"http://www.commandlinefu.com/commands/browse"
|
grep
"Terminal - All commands"
|
perl
-pe
's/.+(\d+),(\d+).+/$1$2/'
|
head
-n1
)
`
;
do
curl
"http://www.commandlinefu.com/commands/browse/sort-by-votes/plaintext/
$x
"
;
done
>
cf_all0.txt
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus