Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Any DirectoryListener in Unix?
Name: dil Date: November 23, 2005 at 05:45:17 Pacific OS: unix CPU/Ram: 256
Comment:
hi,
Problem: List the files in the order they have arrived to a particular directory.
Soultion?
Is it possible with Unix shell script to listen a particular directory and records the filename of its arrival in a list?
Thats very well possible. But need to know how files are comming on the directory. If its copied with some script with cp -p option then date and time stamp is use less. if it ftp transfer the u can track the files with date and time stamp. In case of of the cp -p then u have to take the difference in the previous and current. so on. If u let me know i will create an small concept script which will help u .
Summary: When I do uncompress in UNIX any file of 2/3GB the CPU load shoots up very high as 99%. Does any one have experienced this. What is the solution. Where can I find the Program logic for uncompress/gunz...
Summary: i want to open internet explorer window in unix system. i want to automate this. till entering into my yahoo page i want to automate. i ll store my username and passward in one file. 1) invoking ie6 b...