pbpaste in shell script
Open
- Dominant language
- Perl
- Stars
- 3.9k
- Forks
- 213
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
I copied a YouTube URL and tried following commands but failed:
yt-dlp | pbpaste
Then
yt-dlp $(pbpaste)
Then I tried a shell script like this:
set pb = $(pbpaste)
yt-dlp $pb
set =
Now that all these tries failed, I'm wondering what's the correct command or script.Both yt-dlp and pbpaste work well in a-Shell.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.