Posts tagged bash

8 posts

cmdalias: Multi word alias

Just a small tool to help me (and you but without any guaranty) to create command alias and sub-aliases (multi word alias) - adoy/cmdalias

A collection of handy Bash One-Liners

A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. - onceupon/Bash-Oneliner: A collection of handy Bash One-Liners and terminal tricks for d...

Scripting and automating git processes

This one is pretty eclectic but if you find yourself writing a script in ruby or python or bash and you need to respond in the logic to what's going on in git, then you will find some very useful tips here.