tinoest

SysAdmin => Tutorials => Topic started by: tino on October 20, 2018, 12:05:30 pm

Title: Replace text in mulitple files
Post by: tino on October 20, 2018, 12:05:30 pm
Code: [Select]
find /home/tino/YAPortal/ -type f -exec sed -i 's/@version 1.0.1/@version 1.0.2/g' {} \;