Search Results

Search: Posts Made By: e3r1ck_ETT
6,589
Posted By e3r1ck_ETT
Getting closer. Thank you. The output file...
Getting closer. Thank you.

The output file is now two lines long though, reading:



It looks like it performed the task on the first line, then somehow stopped and only printed the first...
6,589
Posted By e3r1ck_ETT
Maybe I am misunderstanding how to do something. ...
Maybe I am misunderstanding how to do something. I am operating in the "Terminal" of a Mac OS. I navigated to the appropriate dir.

My input file is a tab-delimited text file that looks like...
6,589
Posted By e3r1ck_ETT
Thank you very much for replying. Neither of...
Thank you very much for replying. Neither of those solutions worked.

I think that all that happened was it removed the last value from the last column (in perl, Column 2). The file has 3...
6,589
Posted By e3r1ck_ETT
Removing last ten characters from a column
I have a file that looks like this:

hsa-miR-517b-4373244 0 4.116
hsa-miR-886-5p-4395304 1.173 1.95
hsa-miR-551b-4380945 1.62 1.722
hsa-miR-886-3p-4395305 1.479 3.074...
8,128
Posted By e3r1ck_ETT
I think I found and answer to my own question. ...
I think I found and answer to my own question. You specify the column of interest
8,128
Posted By e3r1ck_ETT
I found the unix command to be useful. cat...
I found the unix command to be useful.

cat filename | sort | uniq -c | sort -nr

What if I am using a tab-delimited text file with multiple columns?

Example:
...
Showing results 1 to 6 of 6

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