Hi,
I would like to ask you, how should I copy content of one certain file to many others files, using bash.
For example, I have the file /home/user1/index.html and I want to copy its content to all .html files in the same directory.
Is there any good method for that?
Thanks in advance
I would like to ask you, how should I copy content of one certain file to many others files, using bash.
For example, I have the file /home/user1/index.html and I want to copy its content to all .html files in the same directory.
Is there any good method for that?
Thanks in advance
Comment