Simple way to display the path of object file in linux terminal
There are two ways to check the path of object file, here you are:
>find / -name filename.suffix
>locate filename.suffix
the above commands will display the result list of filepath.
There are two ways to check the path of object file, here you are:
>find / -name filename.suffix
>locate filename.suffix
the above commands will display the result list of filepath.