Search Results

Search: Posts Made By: vishalzone2002
5,397
Posted By vishalzone2002
I tried the following now : cat sample | \ ...
I tried the following now :
cat sample | \
awk -v sep='"' '{
for(i=1;i<=length($0); i++)
{
ch=substr($0,i,1)
if(ch==sep) {inside=!inside}
...
5,397
Posted By vishalzone2002
Hi this is not a homework.I am no more a...
Hi
this is not a homework.I am no more a student.
I am able to do this with shell script but am still a beginner in awk/sed

please help
Forum: Solaris 11-16-2007
4,773
Posted By vishalzone2002
@porter
Thanks for the reply&concern
Can you help me with a sample replacement line for
usage of sys_nerr in
int *pos = (int*)calloc(sys_nerr, sizeof(int));
and usage of sys_errlist in
ptr =...
Forum: Solaris 11-15-2007
4,773
Posted By vishalzone2002
sys_nerr and *sys_errlist[] in 64-bit
The variables
sys_nerr and *sys_errlist[]
no more exist in 64-bit compiler option.I know one way is to use strerror() function.But I have very long interlinked code which i have to migrate from...
Forum: AIX 10-05-2007
11,557
Posted By vishalzone2002
how do i differentiate between an AIX 64 bit and...
how do i differentiate between an AIX 64 bit and AIX 32 bit using a single command.
I tried versions of uname but it only gives some arbitrary results.for other OS uname -m did work but for AIX it...
Forum: AIX 10-04-2007
11,557
Posted By vishalzone2002
@jeet_xp
hey great,
can you tell me some points on porting application to 64 bit.It is a combination of 32-bit and 64-bit executables,was running fine on 32-bit AIX but we need to run that on 64 bit.What...
Forum: AIX 10-03-2007
11,557
Posted By vishalzone2002
error
gcc -m64 isnt working,says no such option
and for xlc -q64 it says
xlc: cannot retrieve message number 1501-221
any idea?
Forum: AIX 10-03-2007
11,557
Posted By vishalzone2002
srry for d late reply
i have both the compilers installed i.e gcc and xlc
i tried using
gcc -q64
bt it didnt worked.......can you put some infor on options for either or both compilers
Forum: AIX 10-03-2007
11,557
Posted By vishalzone2002
sorry
i will try being more clear...the application already runs on 32 bit and has also run on many 64bit boxes like ZSUSE.basically i am not able to find out what compiler options are needed to compile...
Forum: AIX 10-01-2007
11,557
Posted By vishalzone2002
porting an application on 64-bit AIX version 5
Hi all,
I am facing problem in porting to 64 bit AIX especially with compiling options to compile and run under 64 bit kernel.Can any one put some light on the issue
thanks in advance
vishal
Forum: Programming 08-27-2007
2,366
Posted By vishalzone2002
The terms "deep copy" and "shallow copy" refer to...
The terms "deep copy" and "shallow copy" refer to the way objects are copied, for example, during the invocation of a copy constructor or assignment operator. In a deep copy (also called "memberwise...
158,817
Posted By vishalzone2002
either i didnt got ur problem rite or it doesnt...
either i didnt got ur problem rite or it doesnt need any script

try this

cat testvenkat1.xml >> test1veknat.xml
7,826
Posted By vishalzone2002
use vi editor and replace all occurances of...
use vi editor and replace all occurances of namish with " "
2,417
Posted By vishalzone2002
how to devlop automated FTP in UNIX
Automated FTP.
hint : use 'atd' to schedule to run a specific script.
An Env Variable should be created,say CONF_DIR which points to some dir.
@ some time, create a TAR file of this and FTP it...
16,980
Posted By vishalzone2002
chck dis out for displayin all the directories ...
chck dis out for displayin all the directories


ls -l | grep '^d'

and ls -d is to display directory entries....not directories
Showing results 1 to 15 of 15

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