Search Results

Search: Posts Made By: div_Neev
1,999
Posted By div_Neev
Thanks for your reply. Just I would like to...
Thanks for your reply.

Just I would like to add
1. I am using bash shell
2. I am calling file_one.sh from file_main.sh
1,999
Posted By div_Neev
Change Variable Value from Multiple Scripts and Use these Variable
Hi to All,

Please find below details.

file_config.config
export file1_status="SUCCESS"
export file2_status="SUCCESS"

file_one.sh
I am calling another two shell script from these script. I...
3,958
Posted By div_Neev
Excellent !!!:)
Excellent !!!:)
3,763
Posted By div_Neev
Could you please see below output from LAST...
Could you please see below output from LAST comman from my pc

batch ftp o2hp91.uk.pri.o2 Mon Jun 30 12:43 - 12:43 (00:00)
batch pts/4 asst206613.uk.pr Mon Jun 30 12:40 -...
2,536
Posted By div_Neev
First of all plz check below command for older...
First of all plz check below command for older than 30 day file exist or not

find . -type f -mtime +30 > File30DaysOlder (. replace with want dir)

Second Plz check file create in tmp...
3,248
Posted By div_Neev
CPU Utilization
Hi to All,

Would you please help me.

I would like to know, In Unix How to know CPU utilization for every process.

Thanks in Advance.

Thanks,
Divyang
2,817
Posted By div_Neev
Thanks
It's working. Thanks a lot palsevlohit_123. :)
2,817
Posted By div_Neev
Fixed Format File
Hi to All,

Would you please help me.

I have a issue like in fixed format file there are 80 words should be there. but if file contains greater than 80 words then creates problem. so i have to...
25,409
Posted By div_Neev
Try $nohup server.sh / &
Try

$nohup server.sh / &
1,771
Posted By div_Neev
Just I would like clear one more thing. This...
Just I would like clear one more thing.

This two lines are part of shell script function.

Thanks
1,771
Posted By div_Neev
Not able to understand what's do the statement
Always, I have a confuse/not understand file descriptors.

I know about the
0 for standard input
1 for standard output
2 for standard error
and 3 to 9 is a additional file descriptor but it's...
23,566
Posted By div_Neev
How to install VIM in AIX UNIX
:)Hi to all,

Please help me about how to install VIM in UNIX AIX Box.

Thanks.
41,038
Posted By div_Neev
Would like to ask more thing. How Can I cond. check, pattern matchig and cp file
Here, Situation is I have arr[] array. suppse
arr[0]=OWCD
arr[1]=SPCS contains
I want to if this pattern(arr[0] or arr[1]) match in ../Innovation dir's file then this file copy --> zip format -->...
41,038
Posted By div_Neev
Thanks jim
:b: You have given reply is very usefull. again thanks to you.

Just in Below code I have change array box with [] and add new code for print the array member.

#!/usr/bin/ksh

let i=0
#set -A...
41,038
Posted By div_Neev
How to store query multiple result in shell script variable(Array)
:)
Suppose,I have one table A. Table A have one column. Table A have 10 rows. I want this 10 rows store into shell script variable.

like

#!/bin/ksh

v_shell_var[0]=Hi

here in call oracle...
Showing results 1 to 15 of 15

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