This script creates 25 empty files with sequential numbering each time it's run, using the name prefix nexus. The script automatically continues numbering from the last file, ensuring no overwriting of existing files.
- 📂 Dynamically finds the highest number in existing
nexusfiles. - 📝 Creates the next 25 files with the
nexusprefix. - ♻️ Continues numbering from the last existing file to avoid duplication.
git clone https://github.com/Emmoloks/aws-bashchmod +x nexus_script.sh./nexus_script.shThe script will create 25 files and print:
Created 25 files starting from nexus<number> to nexus<number+24>
- 👨💻 Emmanuel
- 👨💻 Benson
- 👩💻 Lydia
Happy coding with Nexus! 🎉