diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-22 21:55:05 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-22 21:55:05 +0200 |
commit | 9d643a31f647e48538e4ea4870b9f20f4a23882b (patch) | |
tree | cac63b18f9f37731c79b4b07d6f9fbbb8d21cc33 /TODO.org | |
parent | Error handled (diff) | |
download | 42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.tar.gz 42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.tar.bz2 42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.tar.xz 42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.tar.zst 42-minishell-9d643a31f647e48538e4ea4870b9f20f4a23882b.zip |
Fix but more to do
Diffstat (limited to '')
-rw-r--r-- | TODO.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -29,7 +29,9 @@ CLOSED: [2020-10-21 Wed 21:10] ** DONE pipes + conditions "ls | grep kdf && echo yes || echo no" CLOSED: [2020-10-22 Thu 16:25] -** TODO 2>&1 +** DONE 2>&1 + CLOSED: [2020-10-22 Thu 21:47] +** TODO 'echo qweqwe 1>file' file has 'qweqwe 1' in it ** CANCELED alias ls='clear; ls | grep qwe' <--- aliases not substed in the right place CLOSED: [2020-10-19 Mon 19:56] ** DONE forked write(2) stuff on cd |