Search Results

Search: Posts Made By: lColli
1,295
Posted By lColli
Dear Don Cragun, The script worked...
Dear Don Cragun,

The script worked perfectly! Thank you so much for the help and patience.

I will try to learn awk.

Best, Leandro
1,295
Posted By lColli
Dear Don Cragun, Ok, so, input files: ...
Dear Don Cragun,

Ok, so, input files:

list.txt ## this is just a copy of first column of table_values.txt that I use on for loop

PT_0000000001
PT_0000000002
PT_0000000003...
1,295
Posted By lColli
Dear Don Cragun, Thank you for your help....
Dear Don Cragun,

Thank you for your help. Sorry, I am using CentOS release 6.6 server and the SHELL is 4.1.2(1)-release.

for line in $(cat list.txt)
do
grep $line code_to_value.txt | cut...
1,295
Posted By lColli
Can sed use a file on the syntax?
Dear all,

I need help, again.

I would like to use a sed on a for. Is is possible to ask sed to call a file in the syntax?

For exemple:

sed "/Y/ s/number/X/" test_imput >...
9,522
Posted By lColli
tar -axf tarball.tar.gz *.control.* Worked...
tar -axf tarball.tar.gz *.control.*

Worked just perfect!!! :b::b::b:

Thanks so much for your help!! :):):)
9,522
Posted By lColli
Dear Sea, Thanks very much for your help! ...
Dear Sea,

Thanks very much for your help!

But I got an error message:

tar: *.control.*: No such file or directory

I looked at tar --help | grep excl, but said that -X exclude...
9,522
Posted By lColli
Tar only files with a pattern
Dear All,

I have a big tar.gz file with 210 files. About 60 of them have *.control.* pattern and I want only these.

Is there a way to extract only the files with this patter?

I tried...
3,829
Posted By lColli
Dear, Frank! Do not sorry! You've helped...
Dear, Frank!

Do not sorry! You've helped very much!!

It's working!!!

Thank you very much!

Best Regars, Leandro
3,829
Posted By lColli
Dear Frank, Thank you for the answer. ...
Dear Frank,

Thank you for the answer.

But the new code shown partially the line.

The output were AAAAAAAAAC 46 _ , but should be AAAAAAAAAC 46 _ Hs.621716

Thank you very...
3,829
Posted By lColli
Dear Felipe, Here is the data and I would...
Dear Felipe,

Here is the data and I would like just the lines in red!

Thanks again!

Best Regard, Leandro

Tag Database rank order Accession UniGene cluster number
AAAAAAAAAC 46 _...
3,829
Posted By lColli
Dear Sir Franklin52, Thank you very...
Dear Sir Franklin52,

Thank you very much! How can I change the code for print more columns (like, column 3, 4 and 5?)

Thank you again,

Best Regards, Leandro

---------- Post...
3,829
Posted By lColli
How to filter a table by two columns
Dear Forum,

I would like to know how could I found every result from one column at a table based at two table.

Exemplo:

Table:
Red 4
Red 5
Red 10
Black 33
Black 44...
2,809
Posted By lColli
Hey!! It works!!! Very nice! Col A File 1 ...
Hey!! It works!!! Very nice!

Col A File 1 File 2
ABC 011 012
XYZ 0 042
DEF 021 0


Thank you very, very much!

Best regards, Leandro
2,809
Posted By lColli
Dear jim mcnamara, Thank you for your...
Dear jim mcnamara,

Thank you for your help!!

However the result I found was this:

Col A File 1 File 2
ABC 012
XYZ 0 042
0
DEF 021 0

It is great that the name is at...
2,809
Posted By lColli
Merging Tables by a column
Dear Friends,

I really do not know Linux and I really would like to understand it because it does help to work with large data. I am reading this forum for 1 week to try a solution for my...
Showing results 1 to 15 of 15

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