Hopefully useful scripts to convert file names, handle access rights, convert between charsets and indent size handling.
Download latest version here
sbsp2un
: Convert all spaces in passed filenames to underscores. Not recursive.
sblowerc
: Make filenames and directory names lowercase recursively in whole directory trees.
sbchmod
: Change access permissions recursively and separately for files and directories.
sblatin2utf
: Convert text files from Latin1 (ISO-8859-1) to UTF-8 and vice versa:
sbexpand
: Convert tabs to spaces and vice versa. Works like expand and unexpand commands, but opeates directly on the file instead of writing to stdout.
sbindent
: Cange indentation width eg. of source code files