Tagged Questions
2
votes
1answer
621 views
Ksh Script to ftp multiple directories simultaneously
I'm new to this site and i have this problem:
I have a directory in unix with multiple directories in it. Each directory have around 5k files in it. So we are talking about 40k to 50k files. I need ...
2
votes
4answers
1k views
Is there a way to sum up the size of files listed?
This is the command I am using to list some files:
find . -name \*.extract.sys -size +1000000c -exec ls -lrt {} \;
-rw-r--r-- 1 qa1wrk15 test 1265190 Sep 29 01:14 ...