script5.sh 114 Bytes EditWeb IDE 1 2 3 4 5 6 7 #!/bin/bash pathname=./thorBiography cat $pathname|sed -e 's/mighty/dumb/gI' #sed -e s/mighty/dumb/g $pathname