6 lines
112 B
Markdown
6 lines
112 B
Markdown
|
|
|
|
|
|
```shell
|
|
find . -type f -exec grep -o 'http[s]\?://[^ ]\+' {} \; >> ~/.sync/media/Video/review/links.txt
|
|
``` |