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
Polls
The Wire
Videos
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#find
Wire posts tagged with 'find'
Jit
@jit.aber
Thread
By
Jit
1593 days ago
sed -i 's/2019/2020/g' test.txt test2.txt test3.txt
#Find
#Replace
#sed
Jit
@jit.aber
Thread
By
Jit
2014 days ago
#find
all the G
#character
in genome.fa file grep -o 'G' genome.fa | wc -l
#G
#Search
Jit
@jit.aber
Thread
By
Jit
3055 days ago
Append something on filename. find -name "*H_*.scf" -exec rename 's/H_//' {} ";"
#Append
#Filename
#find
Jit
@jit.aber
Thread
By
Jit
3172 days ago
Linux command to find the file contains a string "LOCK_EX": grep -Ril "LOCK_EX" /
#Root
#Find
#Linux
#Grep
#search
Jit
@jit.aber
Thread
By
Jit
3362 days ago
Plasmid finder
https:/
/
cge.cbs.dtu.dk/
/
services/
PlasmidFinder/
#Plasmid
#Find
Jit
@jit.aber
Thread
By
Jit
3454 days ago
Find the DIRs in Linux: $ find / -name "DIR_NAME"
#Linux
#Find
#DIR