shell - How can I make iconv replace the input file with the converted output? - Unix & Linux Stack
I have a bash script which enumerates through every *.php file in a directory and applies iconv to it. This gets output in STDOUT. Since adding the -o parameter ( in my experience ) actually writ... ... Here is a simple example. It should give you a enoug...