Skip to content
Snippets Groups Projects
Commit af595f86 authored by Max Nyberg Carlsson's avatar Max Nyberg Carlsson
Browse files

Data

parent 3582a011
Branches
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
file=$1 file=$1
name=${file%.*} name=${file%.*}
echo $name'_acc.txt'
echo $name'_gyr.txt'
awk '/ACC/' $1 > $name'_acc.txt' awk '/ACC/ {$2=""; print}' $1 > $name'_acc.txt'
awk '/GYR/' $1 > $name'_gyr.txt' awk '/GYR/ {$2=""; print}' $1 > $name'_gyr.txt'
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment