Alicia-bites / minishell

This project is about creating a simple shell.
1 stars 0 forks source link

Error erase content of file #59

Open Alicia-bites opened 2 years ago

Alicia-bites commented 2 years ago
$: echo hey > repo/hello
$: >repo/bonjour <prout >repo/hello
Error: No such file or directory: prout
$: cat repo/hello
$: 

Expected :

$: hey