Build Your Own Shell

Build your own Shell. ...

Build Your Own sort Command Line Tool

Sort is a Unix command line tool. ...

Build Your Own Spotify Playlist Backup Tool

This project is to build your own Spotify playlist backup tool. ...

Build Your Own tar Command Line Tool

Tar is a Unix command line tool. It was designed as a utility to collect multiple files into one archive for backup purposes. It was first released in 1979 when the normal backup medium was magnetic tape, hence tar acquired it’s name as shortening of “tape archive”. ...

Build Your Own tr Command Line Tool

tr is a Unix command line tool. ...

Build Your Own uniq Command Line Tool

uniq is a Unix command line tool. ...

Build Your Own uniq Command Line Tool

This projects is to build your own zip file cracking tool. ...

Build Your Own wc Command Line Tool

wc is a Unix command line tool. ...

Build Your Own Web Spider

A web spider is a software program or service that can crawl the world wide web. It starts from one or more seed sites/pages then finds and follows links to discover other sites and pages. ...

Build Your Own xargs Command Line Tool

xargs is a Unix command line tool it allows you to construct argument list(s) and execute utility commands. ...