Описание:
test_type_file.sc – скрипт linux bash определения типа файла и подсчета количества этих файлов.
- СКАНИРУЕТ ПАПКУ НАЗНАЧЕНИЯ С ПОДПАПКАМИ;
- ОПРЕДЕЛЯЕТ ТИП ФАЙЛА ИЗ ВОЗМОЖНЫХ ПЕРЕЧИСЛЕННЫХ;
- ПОДСЧИТЫВАЕТ КОЛ-ВО ФАЙЛОВ, КОТОРЫЕ ОПРЕДЕЛИЛИСЬ ПО ТИПАМ;
Можно использовать при резервном копировании. Например, для защиты резервных копий, что бы не сохранить в копиях деструктивные изменения.
Состав пакета:
test_type_file.sc – скрипт; LICENSE.md -текст лицензии; REAMDE.md - краткое описание проекта;
Description:
test_type_file.sc – linux bash script for determining the file type and counting the number of these files.
scans the destination folder with subfolders; defines the file type from the possible listed; counts the number of files that have been determined by type;
It can be used to protect backups from saving and overwriting corrupted data.
Описание
скрипт linux bash для определения типа файла и подсчета количества этих файлов.