![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script for checking and reporting file sizes in a directory. | marconi | Shell Programming and Scripting | 1 | 04-03-2008 09:00 AM |
| Script to check and report database file sizes... | marconi | Shell Programming and Scripting | 2 | 04-02-2008 06:50 AM |
| Script for file names/sizes | ssmiths001 | Shell Programming and Scripting | 2 | 05-09-2006 06:55 PM |
| compare file sizes | joli | Shell Programming and Scripting | 4 | 02-04-2005 06:52 PM |
| syslog log file sizes | mscomms | UNIX for Advanced & Expert Users | 4 | 06-19-2003 09:30 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Help on adding file sizes
Hi I need to take a list of files that are defined by an ls -ltr or grep for particular file names - and add up the byte size colum which is field 5 seperated by a space.
I tried to do this but I think I am way off: for file in 'ls -ltr | grep 20070916 | nawk -F" " '{temp+=5} END {print tmp}'` Can someone help me please? Thank you! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|