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
#range
Wire posts tagged with 'range'
Jit
@jit.aber
Thread
By
Jit
3192 days ago
Print all the values between 15 to 17. perl -ne 'print if 15 .. 17' file
#Perl
#PerlTrick
#Range
Jit
@jit.aber
Thread
By
Jit
3192 days ago
Print all the values beetween a pattern "abc" > awk '/abc/{flag=1;next}/mno/{flag=0}flag' file
#awk
#print
#range
#pattern