skip to Main Content

Is it possible using a Linux command or shell script to remove unwanted rows in a file based on certain condition? – Ubuntu

I have a file that has ~12300000 rows of type <timestamp, reading> - 1674587549.228 29214 1674587549.226 29384 1674587549.226 27813 1674587549.226 28403 1674587549.228 28445 ... 1674587948.998 121 1674587948.998 126 1674587948.999 119 1674587949.000 126 1674587948.996 156 1674587948.997 152 1674587948.998 156 1674588149.225 316…

VIEW QUESTION

Extracting information from a file using another file with list of specific text; Ubuntu/ Linux

I have one file which has list of IDs, index/header, let's call it list.txt TRINITY_DN10002_c0_g1_i1.p1 TRINITY_DN10002_c0_g1_i2.p1 TRINITY_DN10002_c1_g1_i1.p1 TRINITY_DN10006_c0_g1_i1.p1 TRINITY_DN10006_c0_g1_i4.p1 TRINITY_DN10007_c0_g1_i2.p1 TRINITY_DN1000_c0_g1_i15.p1 TRINITY_DN1000_c0_g1_i31.p1 TRINITY_DN1000_c0_g1_i40.p2 TRINITY_DN1000_c0_g2_i1.p1 TRINITY_DN10012_c2_g1_i1.p1 TRINITY_DN10014_c0_g2_i1.p1 TRINITY_DN10014_c2_g1_i1.p1 TRINITY_DN10014_c2_g2_i1.p1 and another file (large) which has the data/information (sequences) I want to…

VIEW QUESTION
Back To Top
Search