Search Results

Search: Posts Made By: sathish57
2,034
Posted By sathish57
Please try using find command and then you can do...
Please try using find command and then you can do whatever you want. Something like,

find . -mtime -<no of days you want> -exec rm -f {} \;

Try grep instead of rm first and once you are sure...
8,380
Posted By sathish57
Dahlia, The system might not be able to resolve...
Dahlia,
The system might not be able to resolve the host name that you have entered. You get the ftp prompt by default but the connection is not actually established. Check the host name and then...
2,034
Posted By sathish57
Groosha, Try ls -lt which will group files by...
Groosha,
Try ls -lt which will group files by month and sort them by newest first.
2,662
Posted By sathish57
For I: Store the current time in a variable,...
For I:
Store the current time in a variable, compare the current time and the time on the file using an if loop, based on the result set the counter value to 1 more.

Please explain the format of...
5,021
Posted By sathish57
Thanks for your replies, to be more clear, for eg...
Thanks for your replies, to be more clear, for eg we have 1000 Windows NT OS based systems each connected to 1000 unix machines and all unix machines connecetd to one central AIX server. Now, I would...
5,021
Posted By sathish57
Read/update windows registry using UNIX script
Hi,

I have a requirement where in to read the registry value of a windows NT based system from a AIX server which should be automatic. For eg. the script should connect to the Win NT system, read...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 11:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy