I wanna print all my source code from a directory with a bash script, but I’m not able to find good commands to do it. I made a deep search around the net, but I didn’t find anything useful.
This bash script will be executed with cron, every day.
Someone can help me, please?
Something like this should work:
This assumes that you want to print all of the files in the current directory
.or any of its subdirectories. If you need to limit the command to certain types of files, use-nameor-iname.