Unix is a popular operating system based on which OSx, Linux and FreeBSD are build. Unix command line shell, known as terminal/console/etc is a power tool with a list of wonderful commands. During this training session we will be building various linux commands using ruby.
| Commands | unix.rb commands |
|---|---|
| mv | rmv |
| ls | rls |
| touch | rtouch |
| mkdir | rmkdir |
| ping | rping |
| date | rdate |
| cal | rcal |
once you have made the ruby commands and their test, feel free to send a Pull Request for evaluation.