Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-05-01 | tee, whoami, wc | Tyler Murphy | 1 | -0/+161 |
2023-04-30 | update ed help message to make s commands make more sense | Tyler Murphy | 1 | -1/+7 |
2023-04-30 | update help messages and use addressing range for ed s command | Tyler Murphy | 4 | -27/+126 |
2023-04-30 | finish ed | Tyler Murphy | 3 | -23/+254 |
2023-04-30 | fix disable color on single column output | Tyler Murphy | 1 | -1/+1 |
2023-04-30 | fix ls and add start of ed | Tyler Murphy | 10 | -88/+1322 |
2023-04-28 | added tail and head | Tyler Murphy | 8 | -50/+384 |
2023-04-28 | ls tty fix | Tyler Murphy | 1 | -2/+4 |
2023-04-28 | add tail | Tyler Murphy | 7 | -4/+115 |
2023-04-28 | fix missing newline on single row output | Tyler Murphy | 1 | -0/+3 |
2023-04-28 | fi ls spacing | Tyler Murphy | 1 | -11/+17 |
2023-04-28 | improve ls command | Tyler Murphy | 3 | -104/+230 |
2023-04-28 | remove __ on uid and gid for alpine | Tyler Murphy | 3 | -7/+7 |
2023-04-28 | added ls | Tyler Murphy | 6 | -4/+335 |
2023-04-27 | add groups and id commands | Tyler Murphy | 5 | -2/+83 |
2023-04-27 | remove tabs | Tyler Murphy | 2 | -9/+9 |
2023-04-27 | add echo and pritnf | Tyler Murphy | 5 | -2/+229 |