Search Results

Search: Posts Made By: ROOZ
1,735
Posted By ROOZ
I just posted another question which is related...
I just posted another question which is related to this problem, lets say i just focus on removing the bold portion. what could i do about that
1,415
Posted By ROOZ
Hello Guys, I have the same question but what...
Hello Guys,
I have the same question but what if the two portion were commented out in the same way. lets say instead of having --# in the first portion, i also had ------------- like the second...
1,735
Posted By ROOZ
the problem is that the tilted part could be...
the problem is that the tilted part could be longer and there are a lot of cases which i could not consider one by one.
secondly there are some code after the bold block and i don't know the exact...
1,735
Posted By ROOZ
Adding a block to the file
Hi guys,
I am trying to add the content of fileB into fileA but after a specific block within FileA
for instance i have a file that starts as follow:
...
2,565
Posted By ROOZ
thanks guys for ur help
thanks guys for ur help
2,565
Posted By ROOZ
adding the content of a file to another file
hi guys,
I posted a similar question about reading a file and adding its content to another file and i used
sed '/HELLO/r fileB' fileA
however this command adds the content of fileB under the...
1,415
Posted By ROOZ
thanks guys for quick reply.. it works just fine..
thanks guys for quick reply.. it works just fine..
1,415
Posted By ROOZ
removing a portion of a code from a file
Hi everyone,
I need to know how to remove a chunk of codes from a file
for instance i have couple of lines which are commented out of the file and i need to remove that block. here is the example...
2,592
Posted By ROOZ
yes i am really sorry for that. it works just...
yes
i am really sorry for that. it works just fine, and i also saw the same thing on sed tutorial.
Once again i appreciate your help...
2,592
Posted By ROOZ
thanks alot for the command but i think there is...
thanks alot for the command but i think there is something wrong with what you wrote here because it does not really wrok
2,592
Posted By ROOZ
adding the content of a file to another file
Hi everyone,
I am trying to search for a pattern(in this case copyright) in file A and then add the content of file B under the pattern(copyright) found in file A

i did the following

set...
8,868
Posted By ROOZ
I have a similar question, what is i want to...
I have a similar question, what is i want to comment out that line and also couple of lines above and under that specific line. the reason that i don't use the same method to comment out the other...
8,868
Posted By ROOZ
thanks everyone, it works just fine now. it was...
thanks everyone,
it works just fine now. it was very helpful
8,868
Posted By ROOZ
adding a character in front of a line
Hi everyon,
I am trying to search for a pattern in a file and add "//" to the begining of the file.
lets say i want to comment out a line from my codes. the line that should be commented out...
3,718
Posted By ROOZ
I think i was not clear with this question,so I...
I think i was not clear with this question,so I am going to try to explain it again:
i have a file which contains a verilog code. this verilog code contain the following line at some point:...
3,718
Posted By ROOZ
Thanks for your help it work just fine but i...
Thanks for your help it work just fine but i replaced " with ' .
3,718
Posted By ROOZ
Thanks it was very helpful i hope i will get an...
Thanks it was very helpful
i hope i will get an answer for the first question too
3,718
Posted By ROOZ
i forgot to ask another question related to this...
i forgot to ask another question related to this one,
how could i replaced the number 96 and 32 within TS1N65ULPA96X32M4
with some variables that i have.
i was wondering if i could use something...
3,718
Posted By ROOZ
replacing a pattern in a file
Hi guys,
i have a pattern that i am searching in a file and i want to extract some of this pattern

...
module TS1N65ULPA96X32M4 (
....

i want to extract only TS1N65ULPA96X32M4 part and i...
6,813
Posted By ROOZ
thanks for your help guys, my is working fine
thanks for your help guys, my is working fine
6,813
Posted By ROOZ
extracting a number from a string
Hi everyone,
I have a string as follow
ts1n65ulpa4096x16m16_130a_ss1p08v125c
i would like to extract 4096 and 16 from string and save it into two variable. but this string could also have the form...
3,315
Posted By ROOZ
casting
Hi everyone,
I was wondering how i could cast a floating value to an integer in csh
Thanks
9,886
Posted By ROOZ
thanks alot for your help
thanks alot for your help
9,886
Posted By ROOZ
nevermind i got it
nevermind i got it
12,720
Posted By ROOZ
here is the actual code. note that testing1...
here is the actual code. note that testing1 consist of couple of line lets say asdaskljl64x3sdfsd is the first line of the testing1 file
#!/bin/tcsh
foreach filename (`cat testing1`)
set...
Showing results 1 to 25 of 47

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