1
0
Fork 0
classfd-cruft/spacecruft-ls-ids

10 lines
171 B
Bash
Executable File

#!/bin/bash
grep 'folder.gif' data/spacecruft-sats.html | \
cut -f 7 -d ">" | \
cut -f 1 -d "/" > \
data/spacecruft-ids.txt
cat data/spacecruft-ids.txt