Capstone Project Problem

I made a mistake in the Email alert code. Now I am currently on the z-score part of the code, where I made another directory. How can I go back and edit my Email alert code? It’s urgent. Please help!!!

You can access your directory by using the command following command:
cd your_directory_name
Then you will go into your directory
If you want to check all the files that you have saved in you directory , go to your directory using the above command in your terminal and type the following command:
ls
This displays all your saved files in your directory

@kritidasece61

You can refer this blog to understand how to work with directories in Linux.