Build Your Own uniq Command Line Tool

uniq is a Unix command line tool. ...

Programming Projects

Build Your Own uniq Command Line Tool

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

Programming Projects

Build Your Own wc Command Line Tool

wc is a Unix command line tool. ...

Programming Projects

Build Your Own Which

The which command locates the executable file associated with a given command by searching the PATH. It’s a simple but essential Unix utility. ...

Programming Projects

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. ...

Programming Projects

Build Your Own xxd Command Line Tool

Xxd is a Unix command line tool to create hexdumps and to convert a hexdump back into it’s binary form. ...

Programming Projects

Build Your Own yq Command Line Tool

The command line tool yq is like jq but for YAML data instead of JSON data - you can use it to and filter and transform YAML data, much like you would JSON dats with jq. ...

Programming Projects