|
How to do things AI Noob vs. Pro
List biggest files Free Open Source: Swiss File Knifea command line
Depeche View
command line
free external tools,
cpp sources
articles |
sfk deblank dirname [.ext1] [.ext2] [...]
remove blanks from filenames and directory names
by replacing them by an underscore '_'.
simulates by default. add -yes to apply changes.
examples
sfk deblank docs
lists all directories and files within docs having
blanks in their names, previewing changes.
sfk select docs +deblank
deblanks only the names of files, not of directories.
sfk select -withdirs docs +deblank
deblanks filenames and directories.
example with output:
sfk deblank testfiles
[simulating:]
testfiles\Formats\09 blank file name.txt
-> testfiles\Formats\09_blank_file_name.txt
testfiles\Formats\17 blank dir\tree with blank\file name.txt
-> testfiles\Formats\17 blank dir\tree with blank\file_name.txt
testfiles\Formats\17 blank dir\tree with blank
-> testfiles\Formats\17 blank dir\tree_with_blank
testfiles\Formats\17 blank dir
-> testfiles\Formats\17_blank_dir
[add -yes to execute.]
sfk deblank testfiles -yes
testfiles\Formats\09 blank file name.txt
-> testfiles\Formats\09_blank_file_name.txt
testfiles\Formats\17 blank dir\tree with blank\file name.txt
-> testfiles\Formats\17 blank dir\tree with blank\file_name.txt
testfiles\Formats\17 blank dir\tree with blank
-> testfiles\Formats\17 blank dir\tree_with_blank
testfiles\Formats\17 blank dir
-> testfiles\Formats\17_blank_dir
sfk deblank dirname [.ext1] [.ext2] [...]
remove blanks from filenames and directory
names by replacing them by an underscore
'_'. simulates by default. add -yes to
apply changes.
examples
sfk deblank docs
lists all directories and files
within docs having blanks in their
names, previewing changes.
sfk select docs +deblank
deblanks only the names of files, not
of directories.
sfk select -withdirs docs +deblank
deblanks filenames and directories.
example with output:
sfk deblank testfiles
[simulating:]
testfiles\Formats\09 blank file
name.txt
-> testfiles\Formats\
09_blank_file_name.txt
testfiles\Formats\17 blank dir\tree
with blank\file name.txt
-> testfiles\Formats\17 blank dir\
tree with blank\file_name.txt
testfiles\Formats\17 blank dir\tree
with blank
-> testfiles\Formats\17 blank dir\
tree_with_blank
testfiles\Formats\17 blank dir
-> testfiles\Formats\17_blank_dir
[add -yes to execute.]
sfk deblank testfiles -yes
testfiles\Formats\09 blank file
name.txt
-> testfiles\Formats\
09_blank_file_name.txt
testfiles\Formats\17 blank dir\tree
with blank\file name.txt
-> testfiles\Formats\17 blank dir\
tree with blank\file_name.txt
testfiles\Formats\17 blank dir\tree
with blank
-> testfiles\Formats\17 blank dir\
tree_with_blank
testfiles\Formats\17 blank dir
-> testfiles\Formats\17_blank_dir
you are viewing this page in mobile portrait mode with a limited layout. turn your device right, use a desktop browser or buy the sfk e-book for improved reading. sfk is a free open-source tool, running instantly without installation efforts. no DLL's, no registry changes - just get sfk.exe from the zip package and use it (binaries for windows, linux and mac are included).
|


