ndw’s avatarndw’s Twitter Archive—№ 28,628

  1. RT christianhujer: I confess I use bash daily. For example: for i in $(find -name "*.xslt") ; do git mv $i ${i/%.xslt/.xhtml} ; done Tha…