Skip to content
Snippets Groups Projects
Commit 825bb836 authored by Abel Johannes Maria Weernink's avatar Abel Johannes Maria Weernink
Browse files

Shell_Q4 correction

parent 7b103237
No related tags found
1 merge request!1Abel.WEERNINK
cat data.csv | tail-4 | head-1 | cut -d ',' -f "3"
cat data.csv | tail -4 | head -1 | cut -d ',' -f "3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment