Closed koukunwlk closed 2 years ago
cd ..
cd is working as intended, it must be called in the parent process not in the child because calling it in the child process will change the directory for the child and not the parent
cd ..