Advertisement
Simple on the fly loop on solarie
How to see list of files of a directory and executing required commands on the file.
I have just used a for loop. there may be other options. this is just one option...
and it is sometimes use full. and do the same for linux
for file in $(ls HLRProvFailed)
do echo $file;
cat HLRProvFailed/$file |wc -l;
done;
এতে সদস্যতা:
মন্তব্যগুলি পোস্ট করুন (Atom)
0 মন্তব্য(গুলি):