Computational Biology log
Programming
Python
general
Statistics
Pandas
Machine Learning
NetworkX
igraph
Visualization
Bash & HPC
Latex
Git
Julia
R
Other info
Data science notes
Work
Readings
Research life
Projects
About me / CV
Search
the best through menu creator from swimbi.com. All Rights Reserved
News
New paper!
Tuesday, March 6, 2018
Bash: deal with each line in a file with while loop
Example: show each line in a file called 'filename'
$ while read -r line
do
echo $line
done < filename
Newer Post
Older Post
Home