radimkliment revised this gist 2 months ago. Go to revision
1 file changed, 1 insertion
csv.sh
| @@ -1,3 +1,4 @@ | |||
| 1 | + | sudo apt install wget | |
| 1 | 2 | wget https://raw.githubusercontent.com/plotly/datasets/master/2014_us_cities.csv | |
| 2 | 3 | ls -a | less | |
| 3 | 4 | sort 2014_us_cities.csv | uniq | |
radimkliment revised this gist 2 months ago. Go to revision
1 file changed, 5 insertions
csv.sh(file created)
| @@ -0,0 +1,5 @@ | |||
| 1 | + | wget https://raw.githubusercontent.com/plotly/datasets/master/2014_us_cities.csv | |
| 2 | + | ls -a | less | |
| 3 | + | sort 2014_us_cities.csv | uniq | |
| 4 | + | sort 2014_us_cities.csv | uniq | less | |
| 5 | + | cat 2014_us_cities.csv | head -7 | tail -5 | |
Newer
Older