diff --git a/download_dataset.sh b/download_dataset.sh index 069b732..54af3c2 100644 --- a/download_dataset.sh +++ b/download_dataset.sh @@ -1,4 +1,5 @@ #!/bin/bash kaggle datasets download -d shivamb/real-or-fake-fake-jobposting-prediction -unzip -o real-or-fake-fake-jobposting-prediction.zip | shuf | head -n $1 > dataset.csv \ No newline at end of file +ls +unzip -oc real-or-fake-fake-jobposting-prediction.zip | shuf | head -n $1 > dataset.csv \ No newline at end of file