command to find path of file in linux code example
Example 1: linux file path
readlink -f file.txt
Example 2: how to find the path of a command in linux
which python
which -a pyton
readlink -f file.txt
which python
which -a pyton