Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Size of files
Name: nauj Date: February 14, 2007 at 01:15:00 Pacific OS: AIX5.1 CPU/Ram: IBM Product: IBM
Comment:
Hi,
I want to know the size of a group of files. Files with some conditions. For example, files which name start with VAL. ls -la VAL* VAL200601 VAL200602 VAL200603 ¿can I obtain the sum of the sizes of these files?.
Summary: Hi How can I add the 5 field (size of file) from list & out put to a file eg: -rwxrwxr-x 1 root oracle 804252672 Feb 23 22:25 automate.zeda -rwxrwxr-x 1 root oracle 594944 Feb 23 22:2...
Summary: I want to delete the last 3 lines in a set of files and then replace then with 3 different lines. The files are of different sizes.How do I do it? ...