Search Results

Search: Posts Made By: naren_0101bits
8,151
Posted By naren_0101bits
You people are right. But what i am trying is not...
You people are right. But what i am trying is not numeric to numeric or string to string comparison. But it is like
$ VAR=25
And i want to check if $VAR is "25A" or not. Likewise
$ if [ $VAR ==...
8,151
Posted By naren_0101bits
It is still showing the error message using the...
It is still showing the error message using the == operator
expr: 0402-050 Syntax error.
8,151
Posted By naren_0101bits
problem in comparing numeric with string
Hi all,

I am having a problem in comparing numeric value with string.
I have a variable in my script which gets the value dynamically. It can be a numeric value or a string. [ FILE_COUNT=5 (or)...
2,616
Posted By naren_0101bits
I included this piece of code at the end of...
I included this piece of code at the end of .profile but in vain :confused:

if [ -f $HOME/.profile.ext ]
then
. $HOME/.profile.ext
fi


-----
Naren
2,616
Posted By naren_0101bits
Sorry bigearsbilly, really sorry, I just saw your...
Sorry bigearsbilly, really sorry, I just saw your reply

Naren
2,616
Posted By naren_0101bits
Not able to print variable value in crontab entry
Hi,

I just stuckup to echo a variable that is assigned in .profile file from a crontab entry.

I have a entry in .profile as,

CONF_FILE_PATH=/home/test/conf
export CONF_FILE_PATH

I am...
2,722
Posted By naren_0101bits
Help needed in removing intermediate segments from a pipe delimited segment file
Hi,

I just stuckup in doing some regular expressions on a file.

I have data which has multiple FHS and BTS segments like:

FHS|12121|LOCAL|2323
MSH|10101|POTAMAS|2323...
2,524
Posted By naren_0101bits
Help needed in writing awk script for xml source
Hi, i am not able to get an approach for converting xml file to flat file using awk programming. Can anyone help me out.

The input xml is like this:

<outer>
<field1>one</field1>...
Showing results 1 to 8 of 8

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