|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
directory + filesizes in FreeBSD
This will only take you guys a sec...
What's the command to list the accumulated size of files in a directory. What I mean is - what's the FreeBSD equivalent to a DOS "dir /s" command. Thanks! |
|
#2
|
|||
|
|||
|
To show the each individual file size in a directory:
ls -l To show the size of all the files put together in each directory: du -h
__________________
PostgreSQL -- the power of Oracle without the $15,000 pricetag. FreeBSD powers Yahoo! Last edited by Ted Striker : October 21st, 2002 at 01:54 PM. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > directory + filesizes in FreeBSD |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|