-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using python to implement standard UNIX command line tools like cp, cat, ls etc #139
Comments
that's cool |
I really like the idea of this challenge since it takes some of the "mystery" out of the UNIX toolbox when you know how the tools work. I also think it's a good way to promote/introduce the UNIX philosophy in a sort of low key way. |
That is cool! We had some Bites on individual commands like: simulate a tail or complete this program to work like wc. Any other commands we can do? I think they fit well in Bites. Or was this to make a |
I'd start with the UNIX basics (in no real order):
|
@pybites I don't remember weather that time I thought of argparse or not. Intent was if we can build a shell using Python. |
@bbelderbos how about this one for January? |
Sounds fun, thanks |
Hello, I would like to give this a shot! Will be starting with some of the basic commands like, cp,cd,ls,cat,clear,rm,rmdir,mkdir, etc. Although not limiting to these alone! |
Thanks @SanikaChavan so this would be to deliver a code challenge for us: write up, template code, solution code and if possible some tests to verify user's solution. Can you do that? |
Your own terminal in Python
The text was updated successfully, but these errors were encountered: