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
#bash
Wire posts tagged with 'bash'
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
1672 days ago
Extract the underscore separated values. $ awk '{split($0,a,"_"); print a[1]"_"a[2]}' aaa.txt | sort | uniq -u > all_ids_sm.txt
#awk
#bash
#underscore
#list
Neel
@neelam
Thread
By
Neel
1747 days ago
Awk hack for bioinformatician
https:/
/
www.shellhacks.com/
awk-print-column-change-field-separator-linux-bash/
#Hack
#Bioinfo
#Bash
Jit
@jit.aber
Thread
By
Jit
1839 days ago
https:/
/
github.com/
stephenturner/
oneliners
#Bash
#Tutorial
#OneLiner
BioJoker
@biojoker
Thread
By
BioJoker
2115 days ago
Create user with bash $su - joker
#user
#bash
#create
BioJoker
@biojoker
Thread
By
BioJoker
2115 days ago
Read a file in terminal $ less file2
#bash
#less
BioJoker
@biojoker
Thread
By
BioJoker
2115 days ago
Write in a file in bash $ cat >> file then ctrl+d to exit
#bash
#cat
#write
BioJoker
@biojoker
Thread
By
BioJoker
2115 days ago
List all the bash command related to time $ apropos time
#bash
#time
#list
BioJoker
@biojoker
Thread
By
BioJoker
2115 days ago
Find the file $ locate xgenome or locate fstab
#bash
#locate
BioJoker
@biojoker
Thread
By
BioJoker
2115 days ago
ls -a to list all files
#bash
#list
#ls
BioJoker
@biojoker
Thread
By
BioJoker
2115 days ago
To move between current directories $ popd and pushd
#pushd
#popd
#bash
Jit
@jit.aber
Thread
By
Jit
2196 days ago
Bash scripting cheatsheet
https:/
/
devhints.io/
bash
#Bash
#CheatSheet
#Script
Hardeep Kaur
@hardeep
Thread
By
Hardeep Kaur
2297 days ago
sort -k2 -n genome.fa
#Sort
#Column2
#Bash
Jit
@jit.aber
Thread
By
Jit
2653 days ago
Print each command before executing? Bash script to print each command before executing. $ bash -x myscript.sh
#Print
#Command
#Bash
Jit
@jit.aber
Thread
By
Jit
2726 days ago
A full-featured & carefully designed adaptive prompt for Bash & Zsh
https:/
/
github.com/
nojhan/
liquidprompt
#Shell
#Zsh
#Bash
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3346 days ago
Fork Bomb Bash script for your Linux OS its copies continually replicate themselves, quickly taking up all your CPU time and memory :(){ :|: & };:
#Freeze
#Bash
#Linux
#Fork
« Previous
1
2
Next »