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

10 lines
171 B
Plaintext
Raw Normal View History

2023-06-21 19:00:29 -06:00
#!/bin/bash
2023-06-21 19:35:19 -06:00
grep 'folder.gif' data/spacecruft-sats.html | \
2023-06-21 19:25:14 -06:00
cut -f 7 -d ">" | \
cut -f 1 -d "/" > \
2023-06-21 19:35:19 -06:00
data/spacecruft-ids.txt
2023-06-21 19:25:14 -06:00
2023-06-21 19:35:19 -06:00
cat data/spacecruft-ids.txt
2023-06-21 19:00:29 -06:00