How to leave a file into a file?

Hello when I’m using the shell I met an issue…
I typed “cd + a name of my file” but i want to go back in my previous file and i don’t know how
Can someone help please?
Thank you so much

Je mets mon problème en français,
j’ai ouvert un fichier à l’intérieur d’un autre fichier mais je n’arrive pas à m’en sortir, comment faire?

you can’t cd into a file, so assuming you meant folder. You could run:

cd ~/$REPL_SLUG
2 Likes