I just implemented a small shell in 29 lines of Python that has support for redirects:
$ ./minishell.py ~~?~~> echo hello hello ~~0~~> wc -l minishell.py 29 minishell.py ~~0~~> wc -l <minishell.py >report.txt ~~0~~> cat report.txt 29
What is Rickard working on and thinking about right now?
Every month I write a newsletter about just that. You will get updates about my current projects and thoughts about programming, and also get a chance to hit reply and interact with me. Subscribe to it below.