![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UNIX and filesize | ndoggy020 | UNIX for Dummies Questions & Answers | 3 | 12-06-2007 12:14 PM |
| How to truncate as filesize? | Lestat | Shell Programming and Scripting | 1 | 06-07-2005 12:24 PM |
| Sorting ls by filesize | peter.herlihy | UNIX for Dummies Questions & Answers | 2 | 06-04-2002 05:40 PM |
| FileSize ??? | Cameron | Shell Programming and Scripting | 3 | 05-28-2002 07:34 PM |
| filesize | jmg5 | Shell Programming and Scripting | 2 | 02-13-2002 03:51 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
filesize
I want to know if there is any unix command to view the size of the file?
eg. i have a directory letter in this i have file a,b,c,d,e. i just want to know the size of file d and not any other. |
| Forum Sponsor | ||
|
|
|
|||
|
Code:
ls -l d |