Original Usenet thread from alt.ascii-art, started 22 May 2003.
[info] butterflies.
alt.ascii-art
· 1 message · 22 May 2003
I just updated my butterflies page to include everything up to my last
post. Changed some of the file names for better scripting of the URLs
since I had to edit the code I posted a week or so ago in order to get
better results. I wonder what the odds of having three lines of block
text up like that so nicely. I guess one can win them all. Comments?
#!/bin/bash
for f in $(ls | grep -v index*) ; do
# I alwasy 'touch' each file in the dir after an update so that I
# can spot new files right away when I go for the next update.
DATE=$(ls -l $f | awk '{print$7}')
MONTH=$(ls -l $f | awk '{print$6}')
F=$(echo $f | sed -e 's/_/ /g' -e 's/\<./\u&/g' -e 's/Html//' -e \
's/-\(\<[a-zA-Z]*\>\)-.$/(\1)/' -e 's/-\(Central African Republic\)-./(\1)/' )
if [[ "$MONTH" != "May" ]] ; then
continue
else
if [ $DATE -ne 8 ] ; then
FILEDATA=$(echo $F NEW: $MONTH/$DATE/2003)
echo "<a href=\"http://asciipr0n.com/fp/ascii/pr0n/$f\">$FILEDATA</A>"
else
FILEDATA=$F
echo "<a href=\"http://asciipr0n.com/fp/ascii/pr0n/$f\">$FILEDATA</A>"
fi
fi
done | grep -v index >> index.html
'---...____ Faux_Pseudo ________________...---~~~
--
.-')) http://asciipr0n.com/fp ('-. | I don't give a damn for a man
' ..- .:" ) Updated ( ":. -.. ' | that can only spell a word one
((,,_;'.;' 05 / 06 ';. ';_,,)) | way.
((_.;'*Faux_Pseudo*':._)) | -- Mark Twain
Related ASCII art in the Gallery
Explore these categories from our collection of 11,000+ artworks:
Make your own ASCII art
Turn images, text or 3D into ASCII, or draw your own – right in your browser.
About this thread.
These messages were posted publicly to the newsgroup
alt.ascii-art
in 2003 and are mirrored here unchanged as part of the Historic Archives – only email addresses are masked.
The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can.
Are you one of the authors? Contact us to get your posts attributed, connected to your artist profile, or removed.
Report this message
Help us keep the archive clean and accurate. Reports are reviewed by a person – nothing is changed automatically.