How_To_Linux_Solutions/day_5/ripgrep.sh
2022-08-29 22:35:46 +02:00

3 lines
172 B
Bash
Executable file

#!/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