Icon_search

Items tagged with "bash"

Show:  All  |  News Items  |  Blog Posts

Blog Posts

Batch add/remove files to Subversion

Jan 13, 2009 by Travis

Recently, I was thinking how great it would be to have some script that I could run for a project to automagically add all new files (or remove all deleted files) with subversion. I know, I know, git is the new hotness, so why am I still using subversion? Well, all of our projects here at Plexus are tracked with subversion, and it would be more trouble than it's worth t...

Tagged: svn, subversion, bash

Bash modes

Jan 6, 2009 by Colin

I've been using Bash for years now and have gotten relatively comfortable with the Emacs-based commands necessary to navigate around a previously entered command that needed to be modified. However, I've occasionally encountered cases where I wished that the command line behaved more like vi. Not that I think it's definitively better than Emacs, I just know a bit of v...

Tagged: bash, readline, vi, emacs