Skip to content
Snippets Groups Projects
Brandon Rodriguez's avatar
72aefa6e
Name Last commit Last update
readme.md
run.sh
utils.sh

Bash - Organize Directory

Description

Moves files from indicated input folder to indicated output folder.

Organizes files by type.

Parameters

Args

  • First arg (required) - Expected to be the input directory.
  • Second arg (required) - Expected to be the output directory.

Flags

  • -no-exe - Skips handling of windows exe files.
  • -no-sort - Skips sorting of files into labelled subdirectories.