Return to Snippet

Revision: 28650
at July 12, 2010 01:34 by nikc


Initial Code
#!/bin/bash

_TAB_REPLACEMENT_STR=$(jot -b ' ' -s '' $TM_TAB_SIZE)
cat $TM_FILEPATH | perl -pe "s/\t/$_TAB_REPLACEMENT_STR/g"

Initial URL


Initial Description
Respects tab size setting

Initial Title
Replace tabs with spaces

Initial Tags
textmate

Initial Language
Bash