Search Results

Search: Posts Made By: Biplab
2,056
Posted By Biplab
i think it can modify the variable. but I have to...
i think it can modify the variable. but I have to replace the line..
2,056
Posted By Biplab
file.txt aa bb cc bb hh kk kk ll yy dd...
file.txt

aa bb cc
bb hh kk
kk ll yy
dd aa kk
rr tt aa

var=bb hh kk

now i want to replace line "bb hh kk" with "#bb hh kk" using variable $var.
2,056
Posted By Biplab
suppose I have store the whole line in a...
suppose I have store the whole line in a variable. could you please tel me how can I insert # on this line?
2,056
Posted By Biplab
Insert a character before a line
I have a file and I can get the line with a specific pattern. I want to inset # on start of the line.

file.text
====
aa bb cc
bb hh kk
kk ll yy
dd aa kk
rr tt aa

I want to comment out the...
1,106
Posted By Biplab
Handle color code
p1=text1
p2=text2(in red color)

when i am trying to replace $p1 with $p2, content of the file from text2 become red. so when i open that file using vi its showing color code before tex2.
please...
10,638
Posted By Biplab
Yes, Its working fine now... Thanks :)
Yes, Its working fine now... Thanks :)
10,638
Posted By Biplab
cat test 1 a 2 b 3 c 4 d 5 e 6 f 7...
cat test
1 a
2 b
3 c
4 d
5 e
6 f
7 g


sed '2,4H;6{;x;s/^\n//;p;x;}' test

1 a
2 b
2 b
3 c
3 c
2 b
3 c
4 d
10,638
Posted By Biplab
Hello Siniri, Code is not working properly...
Hello Siniri,

Code is not working properly for me... could you please explain the code??

Thanks,
Biplab
10,638
Posted By Biplab
Asked in a Interview of top MNC company...:)
Asked in a Interview of top MNC company...:)
10,638
Posted By Biplab
I want to say that... if 1 a 2 b 3 c 4...
I want to say that...
if
1 a
2 b
3 c
4 d
5 e
6 f
7 g
now if i copy from 2nd line to 4th line and paste it before 6th line.. o/p will be
1 a
2 b
3 c
4 d
5 e
2 b
3 c
4 d
6 f
7 g
10,638
Posted By Biplab
Copy some line and paste it after some line in same file
Hi,

I want to know how I can copy line 6th to 10th and paste it after 17th line in same file.

Thanks,
Biplab
Showing results 1 to 11 of 11

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