I have a C++ program that includes some .h files I am not familiar with. How do I perform a search that will look in the folders preceding the current one and find file X if it exists?
thanks!
Edit: i figured out how to do it using "find". But it literally took a few minutes to give me a result. Is there anything that does it quicker?
thanks!
Edit: i figured out how to do it using "find". But it literally took a few minutes to give me a result. Is there anything that does it quicker?