Search Results

Search: Posts Made By: kamcamonty
11,993
Posted By kamcamonty
zsh is more user friendly for me, so I usually...
zsh is more user friendly for me, so I usually use it. This command should be a minor part of another zsh script.
The other suggesteg solution works, so I'm OK
bash -c 'b="A T G C"; for c1 in $b;do...
11,993
Posted By kamcamonty
This would be much easier. But if I try it I...
This would be much easier. But if I try it I obtain:
A T G CA T G CA T G C---------- Post updated at 02:38 AM ---------- Previous update was at 02:37 AM ----------
11,993
Posted By kamcamonty
Run bash command inside zsh script
Hi,
I would like to run following code in bash inside a zsh script. (In this case is output unfortunately very different if you run it in zsh).

I tried to put "bash" in front of the code but I...
2,406
Posted By kamcamonty
Thanks, great
Thanks, great
2,406
Posted By kamcamonty
Extract rows with different values at 2 columns
Hallo,
I would need to extract only rows which has different value in the second and third column.
Thank you very much for any advices

Input:
A 0 0
B 0 1
C 1 1
D 1 3

Output
B 0 1
D 1 3
1,298
Posted By kamcamonty
2. Input file is in fact one sequence of letters...
2. Input file is in fact one sequence of letters which is separated into lines and numbered (and each lines is separated into sequences of 10 by space). If it would be better I can create one long...
1,298
Posted By kamcamonty
Extract distinc sequence of letters
Hallo,
I need to extract distinct sequence of letters for example from 136 to 193
Files are quite big, so I would prefer not to use "fold -w1"
Thank you very much

Input file look like this:
...
Showing results 1 to 7 of 7

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