shellrb
shellrb copied to clipboard
A unix-like shell built in Ruby
Complete the remaining use-cases of `cat` as defined by GNU Coreutils [here](https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html#cat-invocation). These include: 1. When called with no arguments copies STDIN to STDOUT 2. When called with multiple files...
The current version of CONTRIBUTING.md is pretty bare bones IMO. I would like to know what what challenges you had/have when looking into this codebase for the first time, and...
Either we could implement the help for the command using `--help` parameter or we could make something more detailed, a tiny bit less detailed than man pages, something similar to...
When running the ls command, the output lists directories and files without spaces between them. This makes it difficult to read and distinguish between items, especially in lists with multiple...