scmuser created the topic: find application instance directory in unix
How to find installed application directory in unix?
rajeshkumar replied the topic: Re:find application instance directory in unix
use Which command
I mean
which java
which perl
which ant
which p4
which svn
You will get location of the apps installed in your machine.
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
rajeshkumar replied the topic: Re:find application instance directory in unix
To search for anything with the terminal, you can either use the commands locate or which.
Locate is used more like a keyword-based search function. For example, if you type in a terminal:
locate java
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024