summaryrefslogtreecommitdiff
path: root/usr.bin/cat
AgeCommit message (Collapse)Author
30 hoursusr.bin: cat: Add the '-n' and '-b' flagsIan 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 daysusr: cat: Remove extra newlineIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-28usr.bin: cat: Use fgets() in catIan Moffett
Implement line-by-line reading with fgets() instead of relying on read() Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-24usr.bin: Add initial 'cat' implementationIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>