» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with for + extension

Strip a Prepended String From a Filename - Unix

I had a process that was pre-pending by design its PID to a file name string. But unfortunately, it caused a few unexpected problems when this handling process inadvertently terminated. I had to rename the files without the defunct pre-pended PID string and then reprocess them (several thousand).

Here is what I used as a quick and dirty procedure.

# csh
# ls
prependPID_filename_etc1 prependPID_filename_etc2 prependPID_filename_etc3 prependPID_filename_etc4
# foreach filename (prependPID*)
? mv $filename `echo $filename | sed 's/prependPID_//'`
? end
# ls
filename_etc1 filename_etc2 filename_etc3 filename_etc4

# zsh
# ls
prependPID_filename_etc1 prependPID_filename_etc2 prependPID_filename_etc3 prependPID_filename_etc4
# for i in prependPID*
for> mv $i `echo $i | sed 's/prependPID_//'`
# ls
filename_etc1 filename_etc2 filename_etc3 filename_etc4

Unix: My SysAd Blog

del.icio.us buttons for Firefox: How to use.

Basically tells you how he del.icio.us buttons on a firefox browser

Firefox: del.icio.us/tag/firefox

YSlow Firefox add-on - Speed up your web pages

analyzes web pages and tells you why they're slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool

Firefox: del.icio.us/tag/firefox

CommentAnywhere - See Facebook Friends' comments on the web

interact with your Facebook friends and networks directly on any and all web pages, without leaving the page.

Firefox: del.icio.us/tag/firefox

Twitterbar :: a firefox add-on

The twitterbar extension allows you to post to twitter from the firefox addressbar.

Firefox: del.icio.us/tag/firefox

Web Developer Extension

Web Developer Extension for Firefox

Firefox: del.icio.us/tag/firefox

googlebar :: Mozilla Add-ons :: Add Features to Mozilla Software

The google extension for firefox. The firefox plugin for google

Firefox: del.icio.us/tag/firefox

Basecode firefox extension for Basecamp project management

Basecode firefox extension for Basecamp project management

Firefox: del.icio.us/tag/firefox