Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- src=$( cat ./1.txt; );
- repl=$( cat ./2.txt; );
- echo "${src//tset/$repl}" > ./3.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement