Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 1. File System - Файловая cистема
copy | deblank | delete | deltree | filefind | filetime | fixfile | index | list | mkdir | name | olist | partcopy | rename | setbytes | space | sync | touch | treesize |


Help:   Рус   |   Eng        Refer:   Рус   |   Eng  

Команда: deblank

Удаление пробелов в именах файлов и каталогов

sfk deblank dirname [.ext1] [.ext2] [...] Удалить пробелы в именах файлов и каталогов.
По умолчанию имитирует. Добавить -yes для применения изменений.

ПРИМЕРЫ

sfk deblank docs - список всех каталогов и файлов в папке docs, имеющих пробелы в их именах, предварительный просмотр изменений

sfk select docs +deblank Удаляет только имена файлов, а не каталогов

sfk select -withdirs docs +deblank Удаляет имена файлов и каталогов

Примеры с выводом:

sfk deblank testfiles (здесь 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