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
1675 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
1750 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
1841 days ago
https:/
/
github.com/
stephenturner/
oneliners
#Bash
#Tutorial
#OneLiner
BioJoker
@biojoker
Thread
By
BioJoker
2117 days ago
Create user with bash $su - joker
#user
#bash
#create
BioJoker
@biojoker
Thread
By
BioJoker
2117 days ago
Read a file in terminal $ less file2
#bash
#less
BioJoker
@biojoker
Thread
By
BioJoker
2117 days ago
Write in a file in bash $ cat >> file then ctrl+d to exit
#bash
#cat
#write
BioJoker
@biojoker
Thread
By
BioJoker
2117 days ago
List all the bash command related to time $ apropos time
#bash
#time
#list
BioJoker
@biojoker
Thread
By
BioJoker
2117 days ago
Find the file $ locate xgenome or locate fstab
#bash
#locate
BioJoker
@biojoker
Thread
By
BioJoker
2117 days ago
ls -a to list all files
#bash
#list
#ls
BioJoker
@biojoker
Thread
By
BioJoker
2117 days ago
To move between current directories $ popd and pushd
#pushd
#popd
#bash
Jit
@jit.aber
Thread
By
Jit
2199 days ago
Bash scripting cheatsheet
https:/
/
devhints.io/
bash
#Bash
#CheatSheet
#Script
Hardeep Kaur
@hardeep
Thread
By
Hardeep Kaur
2300 days ago
sort -k2 -n genome.fa
#Sort
#Column2
#Bash
Jit
@jit.aber
Thread
By
Jit
2656 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
2729 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
3348 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 »