how to copy files followed by list of names of all the files in /etc?

.......

( cat /etc/fstab ; find /etc -type f ) > dir1/listofstuff
1 Like

.......