Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Display number of files on screen
Name: Mike Date: October 26, 2002 at 16:33:45 Pacific OS: windowsXP CPU/Ram: pentium4-256RAM
Comment:
I would like to know how to write a script that provides a file, "allFiles", that contains a list of all files in the current directory and displays on the screen the number of files present in the current directory?
Summary: I am trying to create a script that counts the number of files that contain a certain string. But doesn't list the files...just the number of files that actually contain it. I have what I had written ...
Summary: I would like to be able to programmatically determine the number of file handles available on the various flavors of unix. This parameter determines the number of open files you can have in one proce...