Search Results

Search: Posts Made By: snowline84
3,311
Posted By snowline84
here is what uname -a gives HP-UX...
here is what uname -a gives


HP-UX srv_name B.11.23 U 9000/800 srv_name unlimited-user license
3,311
Posted By snowline84
I totally agree that what I am trying to do in...
I totally agree that what I am trying to do in the code in HPUx is completely illogical.
That's why I was expecting the error during the executable formation in HPUx also.

But I was surprised by...
3,311
Posted By snowline84
the version is (cc -V) cpp.ansi:...
the version is
(cc -V)

cpp.ansi: HP92453-01 B.11.11.20 HP C Preprocessor (ANSI)
ccom: HP92453-01 B.11.11.20 HP C Compiler

HPUx...

(uname -r)
B.11.23

which means it should be HP-UX...
3,311
Posted By snowline84
Hi Shamrock, I tried to use the -AC99 option...
Hi Shamrock,

I tried to use the -AC99 option in HP-Ux. the behaviour is same as cc. There was no error thrown.

In my initial attempts also, the executable was getting generated (which...
3,311
Posted By snowline84
The executable will not run for sure.. as it is a...
The executable will not run for sure.. as it is a C code.

The issue is that Linux is not able to build the executable for this and Unix is able to.

So, there is a difference between how Unix...
3,311
Posted By snowline84
Difference between Unix and Linux for resolving symbols
I came across a difference between Unix and Linux, when it comes to resolving the symbols from the libs.

consider the following code segments...

$ cat call1.c
#include <stdio.h>
int a1;...
2,089
Posted By snowline84
HI Birei, What other options do you...
HI Birei,

What other options do you suggest to achieve the same?
2,089
Posted By snowline84
Hi Ahmed, I need to supress the information...
Hi Ahmed,

I need to supress the information present in a file so, need to override specific 151 characters.
I usually use SED for my commands :) but didn't want to fire something this ugly

sed...
2,089
Posted By snowline84
Use regex in replacement string in SED
Hi,

I need to use the regex in the replacement string in SED command.
something like

sed -e ' s/\(^[A-Z]\{5\}\).\{150\}\(.*\)$/\10\{30\}1\{30\}A\{60\}B\{30\}\2/' abc

which...
4,049
Posted By snowline84
If you just need teh file names, you can remove...
If you just need teh file names, you can remove supress the spaces from teh output of ls -lrt itself



$ ll
total 0
-rw-r--r-- 1 oper users 0 Jul 6 17:44 345
-rw-r--r-- 1...
7,542
Posted By snowline84
UNDELETE a file
Hi,

In tcsh, I mistakenly deleted some files under a dir with rm *
Is there any way by which I can recover those files (without restoring to an earlier backup point) ?
I mean any command like...
1,686
Posted By snowline84
need few clarifications
Hi,
I need few clarifications in the requirements.
In the file, are we supposed to check only the lines that contains

"INFO Bonus required "

to the next line that...
5,338
Posted By snowline84
loading Binary files with SQLLDR
Hi,

Can anyonr please tell how to load a binary file through SQLLDR.
I have the structure of the binary file in a seperate lb file but I don't know how to feed it to the sqlldr.
8,552
Posted By snowline84
I think this can also help you ...
I think this can also help you

anlbilih:stenv4> ll
total 0
-rw-rw-r-- 1 stenv4 test 0 May 31 14:43 a1a
-rw-rw-r-- 1 stenv4 test 0 May 31 14:43 b1b...
Forum: Solaris 05-29-2008
13,801
Posted By snowline84
I think upy can use strings -a for the same.
I think upy can use strings -a for the same.
3,901
Posted By snowline84
I think you shoud use arrays in this case and I...
I think you shoud use arrays in this case
and I am also not sure if the file that contains the name of the cities contains only one line or more.

for example if it contains only onle line like
...
Showing results 1 to 16 of 16

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