ium_470607/lab2/script-zadanie-2-4-cutoff.sh

5 lines
67 B
Bash

#!/bin/bash
mv train.csv temp.csv
head -n $1 temp.csv > train.csv