Meandering Out Loud

Don Thorp’s Musing, Muttering, and Mischief Along a Random Path

Directory Switch

function sister() {
cd “`pwd | sed -e s/$1/$2/`”
}

function sist() {
sister main test
}

function sism() {
sister test main
}

Post Metadata

Date
April 25th, 2002

Author
Don Thorp

Category

Tags

Leave a Reply