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
#linux
Wire posts tagged with 'linux'
Jit
@jit.aber
Thread
By
Jit
2431 days ago
Glob multiple files in Linux with Perl. my
@soundfiles
= grep {/\.(wav|mid|mp3|rm|ogg)$/i} glob("*");
#Perl
#Linux
#Glob
Surabhi Chaudhary
@surabhi
Thread
By
Surabhi Chaudhary
2547 days ago
Remove the unwanted characters from Fasta file: sed -e '/^[^>]/s/[^ATGCatgc]/N/g' infile.fa
#sed
#unwanted
#illegal
#remove
#correct
#fasta
#linux
Jit
@jit.aber
Thread
By
Jit
2552 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
2698 days ago
Split the file in Linux with size. $ split --bytes=50M aaaa.fa
#split
#linux
#size
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2704 days ago
You can use the df command to know the free space in the disk: $ df -h .
#df
#Linux
#List
#Free
#Space
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2704 days ago
To know the size of the directory in current folder. $ du -sh *
#Size
#Directory
#List
#Space
#Linux
#du
Jit
@jit.aber
Thread
By
Jit
2735 days ago
Filter
#blank
#lines
from a
#fasta
file using sed. $ sed '/^$/d' finalSample.fa > finalSample_filtered.fa
#Linux
#Filter
#FASTA
#SED
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
2762 days ago
Show before(B) and after(A) the matching region $ grep -B 3 -A 2 foo README.txt
#Linux
#Tricks
#View
#Grep
Hardeep Kaur
@hardeep
Thread
By
Hardeep Kaur
2808 days ago
Open exFAT drive on Linux. $ sudo apt-get install exfat-fuse exfat-utils
#Linux
#exFAT
Jit
@jit.aber
Thread
By
Jit
2812 days ago
#Remove
all line that start with # file: $ sed '/^#/ d' filename
#line
#sed
#linux
Jit
@jit.aber
Thread
By
Jit
2818 days ago
Add color to vim. Open vi .vimrc and at the end of the file add "syntax on"
#Vim
#Syntax
#Highlight
#Vi
#Linux
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
2819 days ago
To generate ssh folder in linux $ ssh-keygen
#Linux
#ssh
#Key
#Connect
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
2820 days ago
sudo apt-get install libgd-svg-perl to install GD::SVG
#Perl
#Linux
#Install
#Graph
#Plot
Jit
@jit.aber
Thread
By
Jit
2833 days ago
Find the DIRs in Linux: $ find / -name "DIR_NAME"
#Linux
#Find
#DIR
Jit
@jit.aber
Thread
By
Jit
2837 days ago
#Upgrade
the current version of
#Linux
. $ sudo apt-get update && sudo apt-get upgrade
« Previous
1
2
3
4
5
Next »