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