What is the command to find a jar file in a particular folder?
Say I want to find log4j.jar in the /dev directory, what command should I use?
|
|
|
You can use
You can also use wildcards, for example
would find all Note that find does the search resursively, i.e. searches all subfolders of Note also that in your case you should perhaps have If you don't want to search resursively you could just use
will list all |
|||||||||||||||
|