tree list a tree view of current directory recursively, better than ls.
Check line counts for all data:
wc -l *.csv
Install Python toolkit csvkit for csv* commands.
| #!/bin/bash | |
| # Compute means of experiment data CSVs in a directory into a CSV. | |
| # Example: ./generate-mean-csv.sh data/rawdata/vib-3/ | |
| # CSV directory | |
| dir=$1 | |
| # Write CSV header | |
| echo "Date,User Id,Gender,Age,vibtime,waitingtime,Data Count,Accuracy (%)" |
Check out videos: Introduction to Blender « CGCookie.