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.
Summary: Hi, Depends a bit on the definition of free disk space. The df or bdf commands will display only the space information about a filesystems. The filesystem can be spread over several disk's. So the df...
Summary: Can any one tell me how to find in which unix shell i am present using a shell script. I want it to find it programatically. Thanks in advance.. David Jeyam ...
Summary: Hi, I have to move files older than 4 hours from a directory to another. How to find these file ? The find command with -mtime can't be applied because time is up than 24 hours. Thanks ...