NataliaMedeiros / minishell

0 stars 0 forks source link

Implement cd #6

Closed edooarda closed 1 month ago

edooarda commented 1 month ago

Understand better how it works getcwd()

edooarda commented 1 month ago

Add case:

cd ~ - return home cd / - change PWD in env for \ char

edooarda commented 1 month ago

Done, but need to do a verification if the unset remove PWD and OLDPWD if it will segfault.