#!/bin/bash
# Filesize by Daniel Marschall
du -b "$1" | cut -f 1
