![]() |
|
|
|
|
|||||||
| 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 script to check whether particular file exists and to find its size | Balachandar | Shell Programming and Scripting | 9 | 02-04-2008 11:56 PM |
| Check backup file size on backup tape | ayhanne | UNIX for Dummies Questions & Answers | 0 | 10-25-2007 08:41 AM |
| Perl FTP - check file size | rahulrathod | Shell Programming and Scripting | 1 | 02-20-2007 06:21 AM |
| Check file size and remove files | srivsn | Shell Programming and Scripting | 1 | 04-12-2006 10:53 PM |
| Check file size | alnita | UNIX for Dummies Questions & Answers | 6 | 06-20-2005 11:34 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
file size check
How can I perform size check of any character file(which switch)?
For example: I have to perform certain actions if file size is not zero. How can I do that? Is this syntax fine? if test ! -z $filename then fi |
| Forum Sponsor | ||
|
|