add uncompress flag to unzip command
This commit is contained in:
parent
392ba44456
commit
40f77b27d6
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
kaggle datasets download -d shivamb/real-or-fake-fake-jobposting-prediction
|
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
|
ls
|
||||||
|
unzip -oc real-or-fake-fake-jobposting-prediction.zip | shuf | head -n $1 > dataset.csv
|
Loading…
Reference in New Issue
Block a user