Clear Zero Byte Files
This script will try to find and delete any files that are 0 bytes in size.
Usage
docker compose exec zipline yarn scripts:clear-zero-byte
npm run scripts:clear-zero-byte
Output
When ran, the script will prompt you to confirm that you want to delete the files. If you type y
(case insensitive), the files will be deleted. If you type n
or anything else (case insensitive), the script will exit.
Before prompted, it will let you know how many files it found that have a size of 0 bytes.
Google
This will walk you through the process of setting...
List Users
This script will list the users, with any addition...
Last updated: 11/7/2023
Edit this page on GitHub