Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Simplify pipe chain #3

Open
fagci opened this issue Nov 27, 2021 · 0 comments
Open

Simplify pipe chain #3

fagci opened this issue Nov 27, 2021 · 0 comments

Comments

@fagci
Copy link

fagci commented Nov 27, 2021

cat "$@" | sort | uniq | parallel -u -j 16 --progress --eta "youtube-dl --newline {}"

cat "$@" | sort | uniq
=>
sort -u < "$@"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant