Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Finding files that are listed with a different case of letters

Notifications You must be signed in to change notification settings

rabotaua/s3-assets-migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3-assets-migrations

JSON with results: ./result/result.json

Manual

  1. cd ./img2
  2. Find all files from all dir and subdir
   dir /b /a-d /s > all_files.txt 
  1. Find all CSS and JS
   dir /b /a-d /s | grep -i \.css$ > all_css.txt 

and

   dir /b /a-d /s | grep -i \.js$ > all_js.txt 
  1. copy all 'txt' files to dir result
  2. run node index.js in root dir

About

Finding files that are listed with a different case of letters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published