Advertisement
yumetodo

file_replace_1

Mar 15th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. (
  2.     IFS=$'\n';
  3.     for file in `ls *.html`; do
  4.       cp -f ../base.html "${file}";
  5.     done
  6. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement