Generation

linuxSun, 13 Nov 2022

find all files that start with plot and concatanate into a new file all_plots recursively

find . -name 'plot*' -exec cat {} + > all_plots

Want to kickstart your project?Use the new AI Studio to create your code