SoftMaker.com

English-Language Support
It is currently Fri May 24, 2013 8:27 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Megafont XXL in Linux
PostPosted: Fri Mar 05, 2010 1:39 am 
Offline

Joined: Thu Jul 02, 2009 5:54 am
Posts: 17
Does anyone know a simple way to extract all the fonts from this CD, without having to plough through every zip file individually? I imagine it should be possible to write a simple bash script for it but that is still too complicated for me, I fear. What I would like to do is read through the .pdf showing all the fonts then copy the relevant zips that I want into a folder which I can then run through a script to extract them all. Anyone?

Failing this is it possible to do that in Windows to give me a folder of .ttf files that I can then move into my Linux partition?

_________________
"The 7 Gifts" -- http://7-books.net/7-gifts -- by John Mellor . , , , "A most unusual & beautiful story.." -- London Publisher

Read it on-line for free -- Buy a p-book or e-book -- Follow the white dolphin


Top
 Profile  
 
PostPosted: Thu Mar 11, 2010 8:54 am 
Offline
SoftMaker Team
SoftMaker Team

Joined: Wed Apr 09, 2008 7:26 am
Posts: 4550
Location: Nuremberg
Hello,

you can use a Bash script, to be run from the standard.ttf folder:

for a in *.zip; do unzip $a; done

_________________
Sven Leßmann
SoftMaker Software GmbH


Last bumped by sven-l on Thu Mar 11, 2010 8:54 am.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group