BOL
Log in
Username or email
Password
Remember me
Register
Lost password
Activity
News
Opportunity
ResearchLabs
Questions
Pages
Discussion
More
BioScripts
Blogs
Bookmarks
Files
Fun
Groups
Polls
The Wire
Tryst
Videos
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#line
Wire posts tagged with 'line'
BioStar
@biostar
Thread
By
BioStar
1536 days ago
Enter newline at the end of the file $ sed -i -e '$a\' file
#NewLine
#Sed
#Line
#New
BioJoker
@biojoker
Thread
By
BioJoker
1938 days ago
Print the lqst line of the file zith Perl. $ perl -ne 'END {print $last} $last= $_ if /\S/' blocks_coords.gff
#Last
#Line
#Perl
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
2411 days ago
https:/
/
web.expasy.org/
cellosaurus/
-
a knowledge resource on cell lines
#Cell
#line
#DB
Jit
@jit.aber
Thread
By
Jit
2793 days ago
#Remove
all line that start with # file: $ sed '/^#/ d' filename
#line
#sed
#linux
Jit
@jit.aber
Thread
By
Jit
2965 days ago
Split the text file with line number in Linux: wc -l abc.txt and then: split -l 60000 abc.txt
#Split
#Break
#Line
#Ubuntu
#Linux
#Tricks
John Parker
@parker
Thread
By
John Parker
3697 days ago
Search a PATTERN in a file and print the line. perl -ne '/PATTERN/ && print' fileName
#Perl
#Pattern
#Print
#Search
#Line