Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Autoextend - where in the data dictionary ?

Re: Autoextend - where in the data dictionary ?

From: Xifer <ark_at_im.net>
Date: Fri, 02 Feb 2001 13:08:53 +0000
Message-ID: <3A7AB165.A67523D@im.net>

Liz Reen wrote:
>
> In article <3a780f14.14761991_at_news-server>,
> nsouto_at_nsw.bigpond.net.au.nospam says...
> > On Tue, 30 Jan 2001 16:17:54 -0500, Liz Reen <lizr_at_geologist.com>
> > wrote:
> >
> > >Another good one is df -k | sort -n -r | more This will give you the
> > >largest files first.
> > >
> >
> > Try :
> > df -k | sort -n -r|awk '{print $6,$2,$3,$4}'|more
> >
> > easier to read... ;-)
> True True, but a lot harder to remember and type.
>
> Liz

Also it has nothing to do with reporting file sizes which is the issue. df reports file systems not files.

du -k [directory|.]|sort -nk 1

is what is required. Received on Fri Feb 02 2001 - 07:08:53 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US