Elektrine lite

← Feed

@MyNameIsRichard@lemmy.ml

Post #2206259

2026-04-01 14:53 UTC

Yeah. This is my alias to download music from YouTube `alias yt-dmus='yt-dlp -x --audio-format opus "$@"'`

Replies (1)

  • @thingsiplay@lemmy.ml 2026-04-01 15:10

    `alias e='echo "${@}"'` Wait a second, Bash does not process arguments in alias. This is an incredible trick new to me! All the years I was writing a function to accomplish that. I wonder if there is any drawback to this technique.

    Open ##2206261