Adam K Dean

Posts tagged with bash

Count occurrences with grep

Published 4 July 2014 in archive with tags grep , bash Today I learnt that grep has a '-c' switch that counts occurrences. I'll never pipe it to 'wc -l' again! Continue reading …

Count number of files deleted between Git commits

Published 29 May 2014 in archive with tags gitlog , bash , git To count the number of files deleted between two Git commits, use the following command: Continue reading …

Git workflow scripts

Published 11 July 2013 in archive with tags productivity , bash , git The following are a couple of general purpose scripts which will help you to work quicker with Git. Put these in your bin folder, so either /home/user/bin or C:\Users\Username\bin depending on your OS. Remember if it's nix, chmod +x them. Continue reading …



Newer Page 2 of 2 Older