Alicia-bites / minishell

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

>> IS NOT ADDING ARG TO ITS CONTENT #34

Closed Alicia-bites closed 2 years ago

Alicia-bites commented 2 years ago

MINISHELL

$: echo hola > hello >> hello
$: cat hello
$:

EXPECTED

$: echo hola > hello >> hello
$: cat hello
hola
$:

OTHER TESTS TO RUN WHEN FIXED TO BE SURE:

echo hola >> hello
cat < hello
echo hola > hello >> hello >> hello
echo hola >> hello 
echo hola > hello >> hello >> hello
cat < hello
echo hola >> hello >> hello > hello
echo hola >> hello
cat < hello
echo hola >> hello >> hello > hello 
cat < hello
echo hola > hello
echo hola >> hello >> hello >> hello
echo hola >> hello
cat < hello
echo hola > hello