Skip to content

d3jong/Bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash-scripts

Set of bash scripts for different use cases

rename2directory.sh

A script to name files according to their parent folder name.

sort-move2parent-directory.sh

Scan a directory and sort + move + filter by name.

  1. Filters:
    • dir name until first period
    • Checks if a date format is in the dir name: YY.MM.DD
    • Checks if there are no spaces in the dir name
    • Checks for some keywords specified
  2. Create a new directory, if not already existing, with the dir name until the period and move the directory in that directory.

About

Set of bash scripts for different use cases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages