[PD] renaming help files to match the standard

Hans-Christoph Steiner hans at eds.org
Thu May 26 03:16:46 CEST 2005


Ok, so SourceForge completed a request to rename the help files in 
pd/doc/5.reference  and it went over without a hitch.  If anyone else 
wants to convert there helpfiles from help-*.pd to *-help.pd, let me 
know and I'll file the SourceForge support request.

Here's the script to do it locally:

#!/bin/sh

for helpfile in help-*.pd ; do
	 mv "$helpfile" "`echo $helpfile | \
		  sed 's/^help\-\(.*\)\.pd$/\1-help.pd/'`"
done


its also attached.  Just run this script in the directory where the 
helpfiles in question are.  It requires bourne shell and sed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rename-pd-help-to-standard.sh
Type: application/octet-stream
Size: 131 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20050525/c20e6864/attachment.obj>
-------------- next part --------------


.hc

________________________________________________________________________ 
____

  As we enjoy great advantages from inventions of others, we should be  
glad of an opportunity to serve others by any invention of ours; and  
this we should do freely and generously.
                                                 - Benjamin Franklin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2353 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20050525/c20e6864/attachment.bin>


More information about the Pd-list mailing list