GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
dtconvertvf(special file) dtconvertvf(special file)

dtconvertvf — convert VUE 3.0 action/filetype files to DT syntax

dtconvertvf

The dtconvertvf utility is a filter script for converting VUE 3.0 action and filetype databases to the new CDE 1.0 datatypes syntax. If the input is a VUE 3.0 filetype file (*.vf) then its output will be converted to a CDE 1.0 datatypes file. It is up to the user to name the output file accordingly. To be recognized by CDE 1.0 it must have the .dt suffix.

To convert a single action/filetype file to CDE 1.0 syntax: sp 1 dtconvertvf &< file.vf > file.dt To convert all action/filetype files in current directory to CDE 1.0 syntax: for vffile in *.vf; do dtfile=${vffile%.vf}.dt dtconvertvf &< $vffile > $dtfile done


Search for    or go to Top of page |  Section s |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.