Search Results

Search: Posts Made By: vivek1489
1,652
Posted By vivek1489
Don't have crontab utility
Don't have crontab utility
1,652
Posted By vivek1489
Great thanks what is syntax for to run it for...
Great thanks
what is syntax for to run it for evry 15 minutes interval

---------- Post updated at 06:34 AM ---------- Previous update was at 06:33 AM ----------


Thanks
Any syntax changes...
1,652
Posted By vivek1489
At command help
Hi,

History before I start problem :
Through at command we are run one script after every 15 min .I want to disable for sometime .
Instead of disabling it I have renamed file it is calling so...
2,507
Posted By vivek1489
ls -ltr for sorting it..
ls -ltr for sorting it..
2,507
Posted By vivek1489
ftp files ntrans setting
Hi all,
am transfer some set files to remote machine from unix



like
put file1
put file2
put file3
put fileend4

But on remote machine files are getting placed like this
file1 ...
15,059
Posted By vivek1489
Find multiple string in one file using find command
Hi,
I want find multiple string in one file using find coomand.
And keeping it in one variable.grep is not working.
3,547
Posted By vivek1489
thanks for help... how do I get files for...
thanks for help...
how do I get files for concatinating
3,547
Posted By vivek1489
Listing files of PAST 7 days and concatenate it...
Hi All,

I want to list file of LAST 7 days acc. to its modified date and then concatinate.

I have following piece of code..
For concatenate

cat file1 file2 >> Output (For concatinating)...
906
Posted By vivek1489
thanks......
thanks......
906
Posted By vivek1489
Any syntax????
Any syntax????
906
Posted By vivek1489
Passing vaiables to first script
Hi All,

I have script 1 which is calling script2

Script2 contains vaiables declaration but i want to use that declared name in script1.(like return in C language)

Thanks
4,641
Posted By vivek1489
awk -F"-a" '{print $4}'
Hi ,
From below line i want output as g xsdddd:8181:

dsfad -s ghkl -a -g xsdddd:8181 -e UAT -s xsdddd

ps -ef | grep svc | grep siebel80 | grep siebsrvr | awk -F"-a" '{print $4}'
but am...
12,121
Posted By vivek1489
To verify status of particular Component(Siebel Server srvrmgr)
Hi ,
I want to connect srver to pertuculat mode(i.e.srvrmanger)and after that I want to verify status of perticular component(i.e.CommOutboundMgr)

For that I have created following script bout...
972
Posted By vivek1489
Is goto statement will work??? :wall: Any...
Is goto statement will work???
:wall:
Any alternative for goto.......??
972
Posted By vivek1489
can we use any function like (go to lable1 like in C) in script
hi
I want use function go to line number or else any lable name like in C language in script
8,139
Posted By vivek1489
Thanks.... Got solved using this command if [...
Thanks.... Got solved using this command
if [ $var2 -gt 10 ]
8,139
Posted By vivek1489
if I have used > I am getting error o/p ...
if I have used > I am getting error
o/p
bash-3.00$ ./ch1.sh
Welcome 1 times
4.61
4.61
./ch1.sh: line 10: 10: Permission denied
Welcome 2 times
4.62
4.62
./ch1.sh: line 10: 10: Permission...
8,139
Posted By vivek1489
hey guys It is still not working plz help... ...
hey guys It is still not working plz help...
#!/bin/bash
x=1
while [ $x -lt 10 ]
do
echo "Welcome $x times"
var1=$(prstat -Lc 1 1 | nawk ' /^Total/ {print substr($8,1,length($8)-1)}')
echo...
8,139
Posted By vivek1489
giving same error #!/bin/bash var1=0 ...
giving same error

#!/bin/bash
var1=0
x=1
while [ $x -lt 10 ]
do
echo "Welcome $x times"
var1=$(prstat -Lc 1 1 | nawk ' /^Total/ {print substr($8,1,length($8)-1)}')
echo "$var1"
if [...
8,139
Posted By vivek1489
If inside while loop script error
#!/bin/bash
var1=0
x=1
while [ $x -lt 10 ]
do
echo "Welcome $x times"
var1=$(prstat -Lc 1 1 | nawk ' /^Total/ {print substr($8,1,length($8)-1)}')
echo "$var1"
if [ $var1 -gt 4 ]
then
break...
6,559
Posted By vivek1489
Display and write in file in one echo command
Hi All,
I want to display content on command promt and also write in file.
For that iI ahve to write two sentence
echo "XXXXXXX"
echo "XXXXXXXX" >> 1.txt

Is there any way to write in one...
6,009
Posted By vivek1489
you are genius ...will please explain it
you are genius ...will please explain it
6,009
Posted By vivek1489
when i ran prstat -Lc 1 1 i got following o/p ...
when i ran prstat -Lc 1 1
i got following o/p

bash-3.00$ prstat -Lc 1 1
PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/LWPID
5301 s2yb 3577M 3386M sleep 59 0 ...
6,009
Posted By vivek1489
bash-3.00$ prstat -a 1 PID USERNAME SIZE ...
bash-3.00$ prstat -a 1
PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
25734 dsfad01 3782M 3535M cpu16 0 0 1:03:58 12% siebprocmw/7
20530 s2d0 2904M 2677M...
6,009
Posted By vivek1489
Check value of load balance dynamically
Hi All,

I want to check load balance(or CPU utilzation) on server dynamically based on that value i want to perform some operation .
Means if load balance is <10 then start server .
Am using...
Showing results 1 to 25 of 35

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