osx - how do I find where a executable is present in macosx? -


I have a command called YouTube-DL. But it does not know where it is installed. I can run from How do I find out where it is installed? Which YouTube-DL does not say anything ..

If you can not find it from (or whereis ) may be:

  • .bashrc or .profile (or some other file startup shell or
  • Alias ​​defined in one of the above files.

You can search your environment for YouTube-DL:

  $ set | Grep youtube -dl  

Or save it in a file and load it into a text editor:

  $ Set & gt; myenv $ open -a textedit myenv   

For more aliases:

  $ alias> myalias  < / Pre> 

or

  $ alias | Grep youtube-dl  

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -