I need to save a file every minute throughout the day and name the file serially. E.g. data0001.txt data0002.txt data0003.txt... data1440.txt
Is there an easy scheme to achieve this using a bash script? I know how to set up a cronjob to run a script... It's just the bash script I'm unsure about.
THANKS for any insight!
Ps... I'm not a programer. Just a pi enthusiast