#!/bin/sh

find $* -type f -ls | awk '$2 * 1024 < $7 {print $11}'

# perl -0777ne 'print "$ARGV\n" && shift if /\0{1024}/
