Blogs

binford2k's picture

bash sucks

This is a dinky script to replace id tag with incrementing ids, IE, it replaces @id: with @1:, @2:, @3: etc.

I can't get it to work quite right. And I know it's hideous, but I only spent 30 minutes on it!

#! /bin/sh

if [ $# -ne 2 ]
then
	echo "Useage:  tagManager.sh -[a|r] file"
	exit 1
fi

INPUT=$2
BACKUP=$2.bak

function addtags()
{
	COUNT=0
	IFS=$'\n'
	
	mv $INPUT $BACKUP
		
	# must fix this so it handles comments correctly, this turns "/****" into
	# a file listing of / and dumping it in your file.  Here's a lame 
	# workaround that removes those comments.
Namosui's picture

Blog

Its not here.
Its over there --> JimThink

binford2k's picture

Our nation is collectively a little bit stupider today.

So I guess it's official. The retarded cowboy has been re-elected. This is a black day in history.

This country is going to hell. I'm definately not moving to Portland or any other areas of concentrated populations now.

This is what we need:

binford2k's picture

Someone took the time to write down reasons why I won't vote Bush

I will not vote for Bush. I'm not that concerned about who actually *wins* the election, as long as it's not Bush. The vote I wish I could cast is Bush -1.

This lady took the time to write down some reasons for that.

----- Original Message -----

From: "Molly Greene" <mollygreene@comcast.net>
To: <Family and Friends>
Sent: Sunday, October 24, 2004 10:33 AM
Subject: My personal thoughts on Bush or Kerry

I have several dear friends and family members who are struggling with the
decision of whether to cast their vote for Bush or Kerry. Rather than send
yet another editorial, biased (vitriolic) opinion piece, joke, cartoon, or

sandalle's picture

What's in a blog?

So, I went to this thing called "work" today and found this cool computer running Source Mage GNU/Linux on it and thought "wow", because, like, it's totally cool and stuff!

Syndicate content