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.
need to find old files
Name: beaulei Date: August 12, 2002 at 19:34:57 Pacific
Comment:
Hi, I have a secondhand computer and still the old users have left all there files and folders in here somewhere, I need to find all these folders so I can delete them all because it is taking up all my disk space. I have ran out of disk space. I have a microsoft computer, can you please help....I need to get rid of these unwanted space. Thank You
Summary: Hi I am looking for a shell script to delete old files whenever storage limit is crossed for a folder. That would be great if anyone point me in the right direction in finding a simple way to do this?...
Summary: There's a script called binstats (google is your friend) which is very useful for overall statistics but you'd need to modify it or give it the debug option and then sort through the temporary files i...
Summary: i need to do "read while" from a file and redirect teh output in different file. may be these thing make it clear: cat filo |while read file cat $file | grep arch |cut -c37-68 >> test as filo contains...