Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psilvautomata/list_based_file_copy_script
String to copy files from one folder to another based on a list of strings.
https://github.com/psilvautomata/list_based_file_copy_script
file-manager file-transfer filemanager powershell powershell-script
Last synced: 28 days ago
JSON representation
String to copy files from one folder to another based on a list of strings.
- Host: GitHub
- URL: https://github.com/psilvautomata/list_based_file_copy_script
- Owner: psilvautomata
- Created: 2024-06-13T14:18:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:32:31.000Z (5 months ago)
- Last Synced: 2024-10-11T20:41:31.949Z (28 days ago)
- Topics: file-manager, file-transfer, filemanager, powershell, powershell-script
- Language: PowerShell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# $List-Based$ $File$ $Copy$ $Script$
A script to copy files from one folder to another based on a list of strings.
This script is useful in an enterprise environment for recovering large volumes of files. It reads a list of search strings from a text file, for example, if you have third thousand files in a folder and you want to select just one hundred. It looks for files containing these strings in their names and copies the corresponding files to a designated folder destination.It saves significant time and effort when handling large data sets.