From 65bb1a506b27ce029a2a6faca8b9410f0f9f1783 Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 28 Mar 2022 10:49:00 +0200 Subject: [PATCH] fix script --- startscript1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/startscript1.sh b/startscript1.sh index 84a8a57..8062022 100644 --- a/startscript1.sh +++ b/startscript1.sh @@ -1,4 +1,5 @@ #!/bin/sh kaggle datasets download -d akash14/house-price-dataset unzip -o house-price-dataset.zip -head -n $1 ./Participants_Data_HPP/Train.csv >> data.txt \ No newline at end of file +echo $3 +head -n $3 ./Participants_Data_HPP/Train.csv >> data.txt \ No newline at end of file