how to navigate in folder when writing source code example
Example 1: terminal find containing directory of file and cd to directory
$ cd `find ~ -name filename.txt -exec dirname {} \;`
Example 2: navigating through directories using path
$ cd /home/dcuser/shell_data/.hidden