Skip to content

Instantly share code, notes, and snippets.

View neuhalje's full-sized avatar
💭
Occupied by $DAYTIME_JOB

Jens Neuhalfen neuhalje

💭
Occupied by $DAYTIME_JOB
View GitHub Profile
@neuhalje
neuhalje / histo
Last active August 29, 2015 14:15
Counts and groups files by file type (extension).
#!/bin/bash
#
# Usage: histo [path]
#
# Counts and groups files by file type (extension).
#
# Example:
# histo /etc
# ...
# bash 5