Replace ★ by - to produce lists
find -type f -exec sed -i 's/★/-/g' '{}' \;
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
find -type f -exec sed -i 's/★/-/g' '{}' \;