10 lines
272 B
Markdown
10 lines
272 B
Markdown
|
|
# csvlook
|
||
|
|
|
||
|
|
> Tampilkan sebuah file CSV pada konsol sebagai tabel dengan lebar kolom tetap (fixed-width).
|
||
|
|
> Bagian dari csvkit.
|
||
|
|
> Informasi lebih lanjut: <https://csvkit.readthedocs.io/en/latest/scripts/csvlook.html>.
|
||
|
|
|
||
|
|
- Lihat isi suatu berkas CSV:
|
||
|
|
|
||
|
|
`csvlook {{data.csv}}`
|