On Sun, 27 Jan 2019 17:35:46 +0000 Paul Turvey <[email protected]> wrote:
> Well ... > > $ get_iplayer_web_pvr > bash: get_iplayer_web_pvr: command not found... > Try doing it as ./get_iplayer_web_pvr If you get access denied, make it executable chmod +x get_iplayer_web_pvr Distro's vary, and I'm not sure how Fedora/Dead Rat does it, but I'd guess "." (dot, meaning the current directory) isn't in $PATH. Here on Slackware it is for users, not root. Nick _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

