Search Results

Search: Posts Made By: Veenak15
4,511
Posted By Veenak15
Read from a config file.
Hello All,

I have a config file which has the following data :

export DBCHECKSUM001="/home/srvcdesk/DBCheckSum/DBCheckSum001.cfg"
export...
1,547
Posted By Veenak15
Thanks to Moumou & kshji !! the script worked...
Thanks to Moumou & kshji !! the script worked both the ways. the problem was with the include functions file. I changed the order of it and got it a little lower just above
...
1,547
Posted By Veenak15
Command line not getting assigned in script.
I am running the following script and passing the following command line arguments :

DBCheckSum_control CA_SITE CA_SITE

Can someone please tell me, why my command line args are not being...
20,084
Posted By Veenak15
Thanks!! that worked!!
Thanks!! that worked!!
20,084
Posted By Veenak15
0403-057 Syntax error at line 52 : `)' is not expected.
Can someone please tell me wht is wrong with the following peice of code?

I keep getting the following error -

0403-057 Syntax error at line 52 : `)' is not expected.


case...
7,233
Posted By Veenak15
Hey kshji!! I just completed my Program I used...
Hey kshji!! I just completed my Program I used the follwoing method to populated and run my array:


set -A file_arr_diff
set -A file_arr_idd
i=0
j=0


for F in `ls -p "${directory1}" |...
7,233
Posted By Veenak15
Populating an Array
Guys,

I need to iterate populate an array while going over files in directory. Can someone please tell me syntax I tried this but it isn't working ==>

for F in `ls -p "${directory1}" | grep -v...
21,146
Posted By Veenak15
I have tired something like this, but it doesn't...
I have tired something like this, but it doesn't seem to work ==>

F2=$(find "${directory2}" -name "$F")
rc=$?
if [ ${rc} -ne 0 ]
then
print "WARNING: Could not locate file :...
21,146
Posted By Veenak15
Find command return type
Hi all does find command return anything if the file to be searched is not found? Like if I search from a file in a dir does it return false or null if the file is not found? Please suggests.
2,519
Posted By Veenak15
Thanks!! that worked!
Thanks!! that worked!
2,519
Posted By Veenak15
Searching a substring from a string in UNIX
Hi all.

I need help with a command to locate a substring from a string.

My problem is I am passing a direcotry name as a command line argument and I need to ensure that user should not pass...
3,486
Posted By Veenak15
I am using Edit-plus for writting the shell...
I am using Edit-plus for writting the shell script and then uploading it on to the unix box...any clue as to how to type it out in Windows environment... using a notmal editor such Textpad or Edit...
3,486
Posted By Veenak15
Thanks a lot guys!!! I tried Rakeshawasthi's...
Thanks a lot guys!!! I tried Rakeshawasthi's script somehow that din't seem to work but when I tried methyl's code it worked!!! all the carriage return characters were gone!!! thanks a lot...
3,486
Posted By Veenak15
Guys, I just noticed all the files in 2nd...
Guys, I just noticed all the files in 2nd directory have control-M characters ^M in them which is causing all files in 2nd directory to be shown as different. Is there a way I can write a script that...
3,486
Posted By Veenak15
Omit Blank Lines while comparing two files.
Hello All,

I am writting file comparison Utility and I have encountered such a senario where there are 2 files such as follows-


1#!/usr/local/bin/python
2 import...
17,667
Posted By Veenak15
The difference in size is due to white spaces in...
The difference in size is due to white spaces in one of the file. There are extra lines added as white spaces but the code in both the file is exactly the same.
17,667
Posted By Veenak15
That too doesnt seem to work, it gives a messages...
That too doesnt seem to work, it gives a messages files are identical althrough the size of both the files are different :( Please help is there any other way I can exclude the whitespaces??
17,667
Posted By Veenak15
I have tried both diff -bew but none seem to...
I have tried both diff -bew but none seem to serving the purpose..any other suggestions are eargerly awaited.
17,667
Posted By Veenak15
File Comparison command but ignoring while spaces
Hello All,

I am writing a file comparison utility and using the cmp command to compare 2file. But I need command that will compare 2 files and if the files are identical expect for differences in...
33,217
Posted By Veenak15
Thanks for your help guysssss!!!!!!!!!!!! it...
Thanks for your help guysssss!!!!!!!!!!!! it worked!!!
33,217
Posted By Veenak15
Command to list only files omit directories.
Hi All I am writting a script that does a comparison between files in 2 diffectent directories.
To do this I need a command that will list out only the files in a give directory and omit any sub...
Forum: Linux 01-10-2006
2,982
Posted By Veenak15
Commands for OS patch, processor and disk partition
Hi All,

Can anybody please help me with finding commands on LINUX for the following:

processor:
Availability
PowerManagementSupported
Description

also for OS patch i need to know the...
Forum: AIX 12-28-2005
17,348
Posted By Veenak15
AIX Hardware commands
Hi All,
Needed commands to find Monitor , chassis & keyboard related information on AIX.

Please please please help.

Thanks
VK
Forum: HP-UX 12-27-2005
37,262
Posted By Veenak15
yea i have tried cstm but i don't the info on...
yea i have tried cstm but i don't the info on BIOS , Chassis ,Monitor & keyboard Name.
never worked with MSTM though....would it give me the reqd info?

Thnaks
Veena,
Forum: HP-UX 12-26-2005
37,262
Posted By Veenak15
HPUX Hardware commands.
HI ALL,

I am new tp HPUX and i am looking for command that will retive me the following information on HPUX:

Chassis Name & Serial Number:
Monitor
Name
BIOS
Name
EthernetPort
Name...
Showing results 1 to 25 of 25

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