10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi Frens,
I have a requirement where I need to delete lines having key words and am using the below command to do that
sed '/UNIX/d' inputfile > output
But now I have one more requirement where in there will be one reference file which has the ID's to be deleted from the master file.
... (3 Replies)
Discussion started by: weknowd
3 Replies
2. UNIX for Dummies Questions & Answers
HI, I have a file A like this:
c 1
length 14432
width 3434
temp 34
c 2
length 3343
width 0923
height 9383
hm 902
temp34
c 3
length 938
height 982
hm 9292
temp 23
... (2 Replies)
Discussion started by: the_simpsons
2 Replies
3. UNIX for Advanced & Expert Users
Hi All,
this is the very first time i am going to use SSH authentication. first i login to server@ and under this ..ssh directory of servera i used this following command:
ssh-keygen -t rsa -b 1024
and i had 2 files(bravo_dbtest and bravo_dbtest.pub) created respectively, further i copied the... (13 Replies)
Discussion started by: lovelysethii
13 Replies
4. AIX
Hello,
I am using fgltty connection (which is actually qputty) to my AIX 6.1 server.
The problem is that PageUp and PageDown keys are not working and i cannot find a way to do the correct mapping for this issue. I read and tried many things that i saw in the web but nothing worked. Well... (2 Replies)
Discussion started by: omonoiatis9
2 Replies
5. Shell Programming and Scripting
We need to su to root in 1000 systems, so it is almost impossible to add "stty erase ^H" to every .profile on these systems.
Is there any way to set delete key to erase automatically after running "su -"?
Thanks :) (4 Replies)
Discussion started by: aixlover
4 Replies
6. Solaris
i got this while trying generating a dsa key on solaris 10 x86 platform
how can i solve it? (0 Replies)
Discussion started by: conandor
0 Replies
7. Shell Programming and Scripting
For example suppose I have a file which contains data as:
$cat data
800,2
100,9
700,3
100,9
200,8
100,3
Now I want the output as
200,8
700,3
800,2
Key is first three characters, I don't want any reords which are having duplicate keys.
Like sort +0.0 -0.3 data can we use... (9 Replies)
Discussion started by: sumitc
9 Replies
8. Shell Programming and Scripting
Hi all,
My query is... in the runtime, you are getting any input string. Unfortunately, you have pressed some ctrl keys or esc keys or arrow keys while typing input string. You can get the input value like that...
input string as
welcome^
So ,I want to remove those unwanted keys... (4 Replies)
Discussion started by: balan_mca
4 Replies
9. UNIX for Dummies Questions & Answers
Hi all ..
#stty erase ^H
stty erase ^?
is already there in my .profile,but still whin i press delete key it is displaying ^[[ like this.....
what to do.... (0 Replies)
Discussion started by: venkatramana
0 Replies
10. AIX
I'm using AIX console over putty.
I'm not very happy with default ksh command editing capabilities so I forced insert mode, arrow keys and command history by issuing:
set -o emacs
alias __D=`echo "\002"`
alias __C=`echo "\006"`
in emacs mode history works using ctrl+p, so only thing... (2 Replies)
Discussion started by: vilius
2 Replies