command line option -r error (Documentation Bugs and Problems)
#! /bin/bash
# Routine om gegevens van de ASN in een rapport weer te geven
# Ga naar de werkruimte
cd /Dick/Dropbox/Kosten
# Lees ASN Samen
basic256 -r LeesASNS.kbs # ASNS.csv > ASNS.dta
# Kostenplaats bijzoeken
basic256 -r RekKostToev.kbs # ASNS.dta + RekNaar_Kosten.csv + Tekst_Kosten.csv > ASNSK.csv
# Voorbereiden Kostenrapport
basic256 -r RapKost.kbs # ASNSK.csv > RapKost.csv
# Sorteren op Kostenplaats, Datum
sort RapKost.csv > RapKostS.csv
# Rapport opmaken
basic256 -r RapKostBouwen.kbs # RapKostS.csv > RapKostText.dta
********************************************************************
Sorry for the Dutch language in the comments.
But the -r is rejected by the system as "invalid"...
--
it must be possible...