9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi ,
I have to use HP-unix OS to get difference between 2 files.while i tried a piece of code in other OS(linux/unix) as below, it worked fine & the output is desired one.
diff --suppress-common-lines -y file_1 file_2 >d.txt
The same doesn't works in HP -unix. Any help shall be... (6 Replies)
Discussion started by: vinil
6 Replies
2. Shell Programming and Scripting
Hello All,
I'm looking for some help with grepping for two specific strings in files with multiple lines. For instance, I have files and the content looks like this:
=====Start=====
Record:1
Field 1 = aaaaaaaaaa
Field 2 = bbbbbbbbbb
Field 3 = 1234567890
... (9 Replies)
Discussion started by: bbbngowc
9 Replies
3. UNIX for Dummies Questions & Answers
Hi Guys,
I m using redhat 6, I have installed root partition as non-LVM .
Is there any way i can convert it to LVM? (1 Reply)
Discussion started by: pinga123
1 Replies
4. Programming
I suppose everybody here read reference books like Kernighan & Ritchie one, but where's the real deal?
I mean I'd like to learn more about special efficient techniques, tips&tricks, what compiler effectively does, and stuff like that.
Could you please suggest me some books or internet... (1 Reply)
Discussion started by: Luke Bonham
1 Replies
5. Shell Programming and Scripting
Hello everybody,
How can I do seek several words with grep command ?
I didn't find how to do that in the man for I'm French.
Then I tried
man bash | grep -in control flow
But flow is interpreted as an input file
Then I tried
man bash | grep -in "control" -a "flow"
but doesn't seem to work... (4 Replies)
Discussion started by: Oddant
4 Replies
6. HP-UX
Hi,
I'm new to HP-UX.
I have LVM on /var with 92Gig. I would like to reduce it to create another LVM for Oracle client with 800 meg or so. How to do it. I'm running 11.iv3
Thanks (4 Replies)
Discussion started by: lamoul
4 Replies
7. Programming
hello everybody!
I m compiling some program with the g++ on AIX 5.3 and it needs some library that i didn't find them i am new with the AIX here is the compilation error :
g++ -Daix -fpic -o printps -lxercesc1_1 -L/oracle/OraHome/lib32/ -L/epost2/blitz/lib -lhmltods -lhmltops -lgeneric... (0 Replies)
Discussion started by: eternalflame
0 Replies
8. Shell Programming and Scripting
I am trying to update a script which I had created to monitor tablespace usage.
Originally the sql spooled out to a text file anything with more than 75% used.
I have been asked to change this.
Now the sql must spool out all tablespaces.
The script I have to write should scan the file for... (4 Replies)
Discussion started by: Niadh
4 Replies
9. UNIX for Dummies Questions & Answers
Can any1 please help me answer a couple of this question?
1) What is the process management of UNIX? (single task, multitasks, etc...)
2) What is the process management of Linux? (single task, multitasks, etc...)
3) What is the type of process of UNIX? (process, thread, etc...)
4)... (1 Reply)
Discussion started by: blind02002
1 Replies