Search Results

Search: Posts Made By: vangalli
2,726
Posted By vangalli
Query on If-Elif!!
Script Gurus,
Need your help in getting this script to come out of logical error : I have pasted the script below: This script finds disk utilzation ... the script is written for both AIX and SUN...
45,770
Posted By vangalli
here is the answer!!
touch example.txt
echo Line1 >> example.txt
echo Line2 >> example.txt
echo Line3>> example.txt
Forum: Solaris 01-31-2008
1,706
Posted By vangalli
cany anybody please help me out?
cany anybody please help me out?
Forum: Solaris 01-31-2008
1,706
Posted By vangalli
Thanks for the reply sir!!
We dont have root permsissions..... on our production box......... we have been given sudo access to some of the admin users.....

and if incase we need to capture the script progress .... i will...
Forum: Solaris 01-30-2008
1,706
Posted By vangalli
Need Urgent Help!!
I have onse script running a SOLARIS machine. This script will run every tuesday at 5.00 AM EST ........... the script may take one hour or two hour or may be a day....to complete............ My...
1,785
Posted By vangalli
it is not working when system gets rebooted!!
this works if the main script gets killed by kill -9 or CTRL-C ......... but if system gets rebooted while the script is running ..... and during this interruption no mail is sent to us. that...
1,785
Posted By vangalli
I wrote this script .... #!/bin/ksh ...
I wrote this script ....

#!/bin/ksh
function test
{
sleep 20
echo " I am Done!!" >> ~/main.log
}

function trap_it {
echo "SCRIPT INTERUPPTED!!" >>~/trap.log
exit 2
}
trap 'trap_it' 1...
1,785
Posted By vangalli
I have one doubt on trap!!
Gurus of UNIX,

There ia a script which loads some data within a box..... (what type of data is not important) ...... this script may complete in one hour, two hour or may be one day.............
...
1,645
Posted By vangalli
hi yogesh!!
could you please give me the syntax for that........... i need it very urgent........
1,645
Posted By vangalli
question pn Password!!
Hi Unix gurus,
I have one question for you on passowrd:

I have one script which takes care of configuring SSH on some 200 servers. But for 200 times it prompts for password and always I enter the...
32,872
Posted By vangalli
if its DOS file!!
if its DOS file!! copied to unix system then use........

dos2unix filename

if viceversa...........

use unix2dos filename
8
Ftp
2,404
Posted By vangalli
follow below steps
suppose ur machine is temp

logon to temp machine

there give below command

ftp remotemachine_Name

now u will get user id and password prompt on ur screen...


User Name:
Password:
...
24,614
Posted By vangalli
executing unix commands thru browser!!
Hi All,
Daily I used to do some daily check on UNIX server.

I want this task to be done thru a browser.

For example:
if i open a browser i must get a screen like below...... style which must...
Forum: HP-UX 07-28-2006
19,365
Posted By vangalli
no :( i could not found any result.................
no :( i could not found any result.............. i got an output in mailbox message box as below:


begin 640 rg.xls
086)C?'AY>@HQ,C-\86YD"G?_
`
end









the command I used was
...
Forum: HP-UX 07-27-2006
19,365
Posted By vangalli
i have renamed it to rg.xls then used...
i have renamed it to rg.xls


then used command....

uuencode rg.xls rg.xls
cat rg.xls | mailx -s "TEST" name@name.com


and i haven't recvd any attachment... instead i recvd just body of...
Forum: HP-UX 07-27-2006
19,365
Posted By vangalli
no i tried this and i did not recvd any...
no i tried this and i did not recvd any attachments in the mail... instead i recvd ...... the content of the file in the body of the mail...............


can anyone guide me .... how could i send...
3,526
Posted By vangalli
:))
no dear............

./ is used to execute the files which dont have global execution permission.......... once u add this file to /usr/bin and shnage the permission to executable .... it wont...
3,526
Posted By vangalli
Vangalli
./filname means execute the file from current directory


../filename means execute file from parent directory


Regards,
Vangalli
4,735
Posted By vangalli
question on uuencode
Hi,

I have one text file which contains customer info with delimited character "|"
that is pipe symbol.

i perform below steps please advice whehter I was right or wrong:

* mv xyz.txt...
Showing results 1 to 19 of 19

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