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
1439 days ago
sed -i 's/2019/2020/g' test.txt test2.txt test3.txt
#Find
#Replace
#sed
Jit
@jit.aber
Thread
By
Jit
1861 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
2902 days ago
Append something on filename. find -name "*H_*.scf" -exec rename 's/H_//' {} ";"
#Append
#Filename
#find
Jit
@jit.aber
Thread
By
Jit
3019 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
3209 days ago
Plasmid finder
https:/
/
cge.cbs.dtu.dk/
/
services/
PlasmidFinder/
#Plasmid
#Find
Jit
@jit.aber
Thread
By
Jit
3301 days ago
Find the DIRs in Linux: $ find / -name "DIR_NAME"
#Linux
#Find
#DIR