$ for val in
find . -maxdepth 1 -name "*.zip"; do unar $val ; done
find . -type f -regextype posix-basic -regex ".*.[c|h]" -exec nkf -Lu -w --overwrite {} ; Lu convert to LF, Lw convert to CRLF -w convert to utf8
$ for val in
find . -maxdepth 1 -name "*.zip"; do unar $val ; done
find . -type f -regextype posix-basic -regex ".*.[c|h]" -exec nkf -Lu -w --overwrite {} ; Lu convert to LF, Lw convert to CRLF -w convert to utf8