Garry wrote: > ~ du -h > > HTH > > Garry All up! # du -sh (directoryname) Will give a human readable size of a directory. Without the -s it will produce output of all files in the directory, their sizes and a summary at the end. Without the directory's name it will give the working directory's size. - plasma