whymami / MiniShell

Minishell is a project developed as part of the curriculum at 42 School. It aims to deepen understanding of process management and shell functionality.
13 stars 2 forks source link

builtin #16

Open batuhantanir opened 3 months ago

batuhantanir commented 3 months ago

Your shell must implement the following builtins: ◦ echo with option -n ◦ cd with only a relative or absolute path ◦ pwd with no options ◦ export with no options ◦ unset with no options ◦ env with no options or arguments ◦ exit with no options

batuhantanir commented 3 months ago

env kısmı tamamlandı. export kısmı tamamlandı. pwd kısmı tamamlandı. unset kısmı tamamlandı.

batuhantanir commented 3 months ago

export düzenlenecek