head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2011.11.26.09.28.53;	author dunc;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.24.14.20.56;	author dunc;	state Exp;
branches;
next	1.1;

1.1
date	2002.12.18.08.56.26;	author dunc;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Skip files on other file systems
@
text
@#!/bin/sh
find . -mount -type d -mindepth 1 -maxdepth 1 -exec du -sx "{}" \;|sort -n
@


1.2
log
@Add a sort
@
text
@d2 1
a2 1
find . -mount -type d -mindepth 1 -maxdepth 1 -exec du -s "{}" \;|sort -n
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
find . -mount -type d -mindepth 1 -maxdepth 1 -exec du -s "{}" \;
@
