Modify all occurences of “14400” to “900” in all files, and rename the orginal copy as *.bak
perl -pi.bak -e “s/14400/900/g” *
Science, Technology, and Beyond
Modify all occurences of “14400” to “900” in all files, and rename the orginal copy as *.bak
perl -pi.bak -e “s/14400/900/g” *