How_To_Linux_Solutions/day_5/ripgrep.sh

4 lines
172 B
Bash
Raw Normal View History

2022-08-29 20:35:46 +00:00
#!/usr/bin/env bash
curl -Ls https://knowunity.de/knows/biologie-neurobiologie-1c6a4647-4707-4d1b-8ffb-e7a750582921 | rg '.*(https://.+\.pdf).*' -r '$1' | xargs curl -LsO