Age | Commit message (Collapse) | Author | |
---|---|---|---|
30 hours | usr.bin: cat: Add the '-n' and '-b' flags | Ian Moffett | |
Introduce two new flags for cat(1) '-n': number all lines '-b': number only non-blank lines Signed-off-by: Ian Moffett <ian@osmora.org> | |||
10 days | usr: cat: Remove extra newline | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-06-28 | usr.bin: cat: Use fgets() in cat | Ian Moffett | |
Implement line-by-line reading with fgets() instead of relying on read() Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-06-24 | usr.bin: Add initial 'cat' implementation | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |