Benningtons.net

Stuff what I did

Posts Tagged ‘Bash’

Introducing clice —

My recent quest has been two-fold. To better understand software development processes within a GNU/Linux environment and to improve my working knowledge of SQL. Although familiar with coding on Linux I’m unfamiliar with code analysis tools, only recently started using Git and GNU Make and have yet to venture into using GNU Configure. I need […]

Bash Completion —

Command-line completion is a wonderful thing. If you get bored of typing a long filename (for example) you can just hit tab and it will complete the name for you. If the shell can’t be certain of which filename you wanted then you can hit tab again and either (depending on the shell) get a […]