Build Your Own sort Command Line Tool
Sort is a Unix command line tool. ...
Sort is a Unix command line tool. ...
This project is to build your own Spotify playlist backup 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”. ...
tr is a Unix command line tool. ...
uniq is a Unix command line tool. ...
This projects is to build your own zip file cracking tool. ...
wc is a Unix command line tool. ...
xargs is a Unix command line tool it allows you to construct argument list(s) and execute utility commands. ...
Xxd is a Unix command line tool to create hexdumps and to convert a hexdump back into it’s binary form. ...
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. ...