Search Results

Search: Posts Made By: yakyaj
36,750
Posted By yakyaj
Many thanks for your replies.I tried find but the...
Many thanks for your replies.I tried find but the problem is it will list all the files that got modified for the past one day.I want only files created on that particular day.Am doing a grep for...
45,783
Posted By yakyaj
Many Thanks.It worked now. I tried with out "...
Many Thanks.It worked now. I tried with out " ".
45,783
Posted By yakyaj
Comparing strings
I have two strings
a=Mar22
b=may21

how can I compare them
Is this fine

if[ $a -eq $b ] then;
.
...

else
....
fi

or
if[ $a = $b ] then
36,750
Posted By yakyaj
File created time
I have lot .log files in a directory.I need to take the one got created today.Is there any way to get the time of creation of a file?
20,091
Posted By yakyaj
I tried this Ran the nested nohup scripts...
I tried this

Ran the nested nohup scripts with each one echoing something.After run complete, Checked the nohup.out and could find both these echo statements in nohup.out.

Am concluding that...
20,091
Posted By yakyaj
running processes with no hang up
Can we run a script in nohup which calls another script in nohup.
eg

Script1.sh
#Script1 start
nohup script2.sh
.
.
.
#end script1.sh

Now can I do this


nohup script1.sh


Also...
40,876
Posted By yakyaj
Hi Ribs/Kapil/Perderabo, Thanks for the...
Hi Ribs/Kapil/Perderabo,


Thanks for the heads up. Will try and let you know.
I need to do it in HP.

Thanks again
40,876
Posted By yakyaj
automation script for password reset
Hi,

I would like to write a script to automate the reset of password.Dont know whether it is possible ? if it is possible can anyone help me how to start.
Thanks In Advance
40,876
Posted By yakyaj
automation of Password reset
Hi,

Is there any way to automate the reset of passwords.I mean can we write some scripts and do it. Would be great if anybody can help in this regards.
Showing results 1 to 9 of 9

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