Simple database: Difference between revisions

→‎{{header|UNIX Shell}}: Unix Shell => UNIX Shell. The better name is Unix Shell, but this wiki already has 156 examples for UNIX Shell.
(file format, schmile format)
(→‎{{header|UNIX Shell}}: Unix Shell => UNIX Shell. The better name is Unix Shell, but this wiki already has 156 examples for UNIX Shell.)
Line 23:
The fileformat on disk should be human readable, but it need not be standardized. A natively available format that doesn't need an external library is preferred. Avoid developing your own format however if you can use an already existing one. If there is no existing format available pick one of: [[JSON]], [[S-Expressions]], YAML, or [[wp:Comparison_of_data_serialization_formats|others]].
 
=={{header|UnixUNIX Shell}}==
This format is guaranteed to be human readable: if you can type it, you can read it.
<lang bash>#!/bin/sh
Anonymous user