Search Results

Search: Posts Made By: jaiankur
1,117
Posted By jaiankur
UNIX Env values in HTML file
Hi,

I am sending 'mailx' one file.html from unix, and i want to put the field values from the unix environment.. like.

<p><input type="text" name="name" value="Your name" /></p>
in thin i want...
13,347
Posted By jaiankur
Hi, Try using below command sed -n...
Hi,

Try using below command

sed -n '99,101p' /etc/passwd

-Regards
4,131
Posted By jaiankur
Not sure what exactly the changes you did in...
Not sure what exactly the changes you did in .profile; but do login again to run your .profile.

By using . $HOME/.profile (prefacing the script name with a "." ) you are trying to run the script...
Forum: Solaris 10-10-2008
2,048
Posted By jaiankur
Mr. incredible, I did the search before i...
Mr. incredible,
I did the search before i posted my query; didn't get any valuable thread on the similar issue.

Kumarmani,
Thanks for your reply.
As per the link provided by you the wrapper...
Forum: Solaris 10-06-2008
2,048
Posted By jaiankur
Need to cron the script
I want to cron one script which should run every second Thursday (in general Nth occurence of any day) of every month.
I am not getting the exact idea of doing this; Please guide.

Regards,
60,264
Posted By jaiankur
Might the below script will help you ; find...
Might the below script will help you ;

find /dir1/dir2 \(-type f -name "FILE.*" -a -newer /dir1/dir2/afterme.txt \) -exec cp {} /dir1/dir2/dir3/ \;

Regards,
7,064
Posted By jaiankur
try to execute below to direct the output; might...
try to execute below to direct the output; might this will help you.

db_date=`sqlplus -s / <<EOF
select sysdate from dual;
EOF
`
echo $db_date>> file_to_output.txt
2,381
Posted By jaiankur
Thanks for your reply; But its not working. ...
Thanks for your reply; But its not working.
also after running the rsh command it was showing $PATH of source server rather thn Destination(Remote) Server so i hard coded that above the script in...
2,381
Posted By jaiankur
rsh not finding .profie in the remote server; please help
while using the rsh command to execute script S1 in the remote server it is not using the .profile in remote server.
The script S1 which is using sqlplus is not able to set up the ORACLE environment...
Showing results 1 to 9 of 9

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