Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
comma separated values
CSV
(CSV) A file format used as a portable
representation of a database. Each line is one entry or
record and the fields in a record are separated by commas.
Commas may be followed by arbitrary space and/or tab
characters which are ignored. If field includes a comma, the
whole field must be surrounded with double quotes.
(1995-05-06)