TroubleShooter78a

AWK script (voor boeken)

Jun 8th, 2018
916
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Awk 0.15 KB | None | 0 0
  1. awk -F "," '{ print "@book:{"; print "author: " $1 ; print "title:" $2 ; print "publisher:" $3 ; print "city:" $4 ; print "year:" $5 ; print "}" "\n"}'
Add Comment
Please, Sign In to add comment