Home
Blog
All tags
Pieces of code
Bioinfo trainings
Machine learning
Online books
Coursera
Teaching
Contact
CV
View on GitHub
Bash - number of columns in file (
awk
)
26 Aug 2017
awk '{print NF; exit}' filename.txt
[
bash
awk
]