I am new to bash. I wanted to know how can i "cd" to a partial path in a shell script.
The path i want to cd to in my script is C:\Users\abcxyz\Documents\Projects\BD Work\Log2time\Final\Menu testing\Do_not_modify_files\All_Artifacts
I want to cd to:
cd *\Do_not_modify_files\All_Artifacts
if i pwd after
cd C:/Users/abcxyz/Documents/Projects/BD Work/Log2time/Final/Menu testing/Do_not_modify_files/All_Artifacts
- i can see the files.But
if i do pwd after
cd */Menu testing/Do_not_modify_files/All_Artifacts
error is - No such file or directory