Search Results

Search: Posts Made By: Alyaa
Forum: Ubuntu 01-08-2014
2,547
Posted By Alyaa
Thank you VERY much Perfectly fine
Thank you VERY much
Perfectly fine
Forum: Ubuntu 01-08-2014
2,547
Posted By Alyaa
Thank you Pamu very much, it works just fine ...
Thank you Pamu very much, it works just fine

However, when I try the same command for sth like this:
"Cvel_1" " Transcription factor CA150 "
"Cvel_1" " WD40-repeat-containing subunit of...
Forum: Ubuntu 01-08-2014
2,547
Posted By Alyaa
Merging strings that have identical rownames in a dataframe
Hi

I have a data frame with repeated names in column 1, and different descriptors in column 2. I want to merge/cat strings that have same entry in column 1 into one row with any separator.
...
4,549
Posted By Alyaa
Grep several lines in one file from another file
Dear All

I have a txt file of 100 lines(file1) and another txt file of 100000 lines (file2)
How can I possible grep all 100 lines in one step in file1 from file2 ?

Thanks a lot
Alyaa
4,113
Posted By Alyaa
Thank you very much indeed. I used sed -i -e...
Thank you very much indeed. I used
sed -i -e 's/\[5\].*//g' file

thanks a lot
4,113
Posted By Alyaa
yes, this is what happened when I used this...
yes, this is what happened when I used this particular command, and no, this is not what I want

I want to delete the pattern starting with [5] and ending with whatever

---------- Post updated...
4,113
Posted By Alyaa
How can I delete this pattern '[5]* 'from 600...
How can I delete this pattern '[5]* 'from 600 .tsv files ?

I tried
sed 's/[5]*//g'

but the changes are displayed rather than saved in the files themselves, can I channel the output...
4,113
Posted By Alyaa
Thank you
Thank you
4,113
Posted By Alyaa
U have this file: >VA3401APNWI length=441...
U have this file:

>VA3401APNWI length=441 xy=0175_0688 region=1 run=R_2011_01_05_12_50_53_
>VA3401B7HKY length=443 xy=0788_1072 region=1 run=R_2011_01_05_12_50_53_

I want to retain only the...
4,113
Posted By Alyaa
thank you very much
thank you very much
4,113
Posted By Alyaa
Thanks a lot for the prompt reply. If I try...
Thanks a lot for the prompt reply.

If I try sed '/^r*\.*|/s/|.*//' file, it doesn't work ?? i.e. I want to retain the same patter but for different r* (r58778.3, r56778.1, r21178.2..etc)

thanks...
4,113
Posted By Alyaa
Showing results 1 to 12 of 12

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