mantidproject / mantid-monitor-dashboard

0 stars 1 forks source link

Automatic split file script #5

Open DonaldChung-HK opened 1 year ago

DonaldChung-HK commented 1 year ago

2 bash script that uses split and cat to split file into 100 MB chunks to get around GitHub Limit

DonaldChung-HK commented 1 year ago

I have implemented it as a bash find -exec function. It is normal behavior for join_helper.sh to have No such file or directory as the directories are removed during the join process.

Please review and merge it to main if needed in the future.