I logging into my server from the Mac Terminal Bash Shell and the unzip command is not working I keep getting the following message:
bash: unzip: command not found
Can I unzip a file via SSH from Mac Terminal?
| show 1 more comment |
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
The program
Worst case, you can always just "ask for it by name":
You should check your
Make sure you have selected a login shell for your Terminal. This will set a good value for the |
|||||||||||||
|
unziplives in/usr/bin/on OS X 10.8.2 Also, are you runningunzipon the Mac, or on the remote machine? If it's on the remote machine, which kind of machine is it (if it's not a Mac). – Bradley T. Hughes Jan 2 at 18:32