NAME 

vpp - versatile text pre-processor

SYNOPSIS 

 vpp -var toto=1 file_in > file_out

 #same result
 vpp -var toto=1 -output file_out file_in