Pardon me, but it has been many years since I was a unix System V administrator and things have changed so much. I was following the instructions for adding the very latest static build of FFmpeg on my system...
https://www.johnvansickle.com/ffmpeg/faq/
and one of the steps requires you to move the latest FFmpeg executable to a location in the path string that is ahead or earlier in the string so that the newer version is invoked rather than the older version currently installed. This procedure is offered for those who want the very latest filters. On to my question:
My path string is: $ echo $PATH
/home/buddy/bin:/home/buddy/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bi
n:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
The problem is: The first two entries in the path string didn't even exist! How can a path string exist for non-existent directories? Shouldn't the system report an error?
-=Ken=-
https://www.johnvansickle.com/ffmpeg/faq/
and one of the steps requires you to move the latest FFmpeg executable to a location in the path string that is ahead or earlier in the string so that the newer version is invoked rather than the older version currently installed. This procedure is offered for those who want the very latest filters. On to my question:
My path string is: $ echo $PATH
/home/buddy/bin:/home/buddy/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bi
n:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
The problem is: The first two entries in the path string didn't even exist! How can a path string exist for non-existent directories? Shouldn't the system report an error?
-=Ken=-
Comment