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