Search Results

Search: Posts Made By: MDeBiasse
1,242
Posted By MDeBiasse
Hello RudiC. I found your script to work well....
Hello RudiC. I found your script to work well. However, when I change the 0's to X's, the output remains with 0's. Do you have any suggestions on how to fix this? Thank you!
1,242
Posted By MDeBiasse
Reporting where values match and mismatch across three columns
Hello,
I have values in three columns. Some values occur in all three columns, other values are present in only one or two columns. I would like to be able to see where the matches and mismatches...
2,915
Posted By MDeBiasse
Thank you so much!
Thank you so much!
2,915
Posted By MDeBiasse
[Solved] Reverse the order of a list of file names (but not sort them alphabetically or numerically)
Hello all,
I have a list of file names in a text document where each file name consists of 4 letters and 3 numbers (for example MACR119). There are 48 file names in the document (they are not in...
1,651
Posted By MDeBiasse
Thank you Don. That worked perfectly! Thank you...
Thank you Don. That worked perfectly! Thank you all who replied.
1,651
Posted By MDeBiasse
Thanks for the reply Jim. I understand what you...
Thanks for the reply Jim. I understand what you mean about needing a pattern. Ive edited my file a bit. Now the first line in the section I want to delete always begins with the term "New_matrix."...
1,651
Posted By MDeBiasse
Delete 26 consecutive lines in a file
I have a text file that is about 90,000 lines long. How would I delete lines 64-89, 152-177, 240-265, 328-353... etc? The sections I would like to delete are 26 lines long and the number of lines...
2,261
Posted By MDeBiasse
Are there any characters in you input other than...
Are there any characters in you input other than colon, comma, period, open and close parentheses, and digits?

Nope, just digits, colons, commas, and parentheses

Is this a line in a file or is...
2,261
Posted By MDeBiasse
Delete a semicolon and numbers after a semicolon
I have this:

((9:0.010,(11:0.089,13:0.004))

and I would like this:

((A9,(A11,A13))

How do I delete the semi colon and the number (i.e. 0.010) after the semi colon? Also, how can I add the...
3,325
Posted By MDeBiasse
Thank you! That worked perfectly.
Thank you! That worked perfectly.
3,325
Posted By MDeBiasse
insert whitespace (tab) at start of each line
Hi all,
I have this:

begin data;
dimensions nind=168 nloci=6;
info
BDT001.4 ( 1 , 1 ) ( 1 , 12 )
BDT003.4 ( 1 , 1 ) ( 12 , 12 )
BDT007.4 ( 1 , 1 ) ( 12 , 12 )
BDT009.4 ( 1 , 32 ) ( 12 ,...
2,148
Posted By MDeBiasse
Thank you! That worked perfectly.
Thank you! That worked perfectly.
2,148
Posted By MDeBiasse
insert white space between numbers
Hello all,

I have a file with several lines like this:

(1,1) (4,10) (8,23) (17, 4) (6,8) etc.

and I need this:

( 1 , 1 ) ( 4 , 10 ) ( 8 , 23 ) ( 17 , 4 ) ( 6 , 8 )

How do I insert a...
Showing results 1 to 13 of 13

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