# with perl perl -pi -w -e s/apt/APT/g file.sh perl -pi -w -e s/.jpg/.jpg.webp/g file.sh # with sed sed -i 's/SEARCH_FOR/REPLACE_WITH/g' file.txt