Using this script i had print the file name but need to get the values and mail. Pls help me.$dirname = "/home/oracle/test/Oracle/oradata"; opendir ( DIR, $dirname ) || die "Error in opening dir $dirname\n"; while( ($filename = readdir(DIR))){ print("$filename\n"); $flag=1; } closedir(DIR);
In reply to count files in a directory by mahesnkl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |