💾 Archived View for freeshell.de › tldr › ffe.gmi captured on 2023-09-28 at 16:27:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Extract fields from a flat database file and write to another format.
A configuration file is required to interpret the input and format the output.
ffe --configuration={path/to/config.ffe} {path/to/input}
ffe --output={path/to/output} -c {path/to/config.ffe} {path/to/input}
ffe --structure={structure} --print={format} {path/to/input}
ffe --field-list="{FirstName,LastName,Age}" -c {path/to/config.ffe} {path/to/input}
ffe -e "{LastName=Smith}" -c {path/to/config.ffe} {path/to/input}
ffe --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).