In Mac OSX, recursively using sed, from foo into bar:
find . -type f -exec sed -i '' -e 's/foo/bar/g' {} \;
Thursday, October 22, 2015
Wednesday, October 7, 2015
How to convert Japanese character set to UTF-8
Using iconv, try one of these below:
iconv -f SHIFT-JIS -t UTF-8 input_file.txt > output_file.txt
or
iconv -f ISO-2022-JP -t UTF-8 input_file.txt > output_file.txt
iconv -f SHIFT-JIS -t UTF-8 input_file.txt > output_file.txt
or
iconv -f ISO-2022-JP -t UTF-8 input_file.txt > output_file.txt
Tuesday, September 1, 2015
How to zip compress multiple files at once
On Linux or Mac OSX:
find . -name "*txt" -execdir zip '{}.zip' '{}' \;
Wednesday, February 11, 2015
10 Making Money Online Resources in 2015
You want to make money online. These are useful resources how to make money in 2015.
- Earn Money on YouTube
- Forex Social Trading with Copy Trading
- How to Make Money with Free Online Surveys
- Buying and Selling Domain Names
- How to Make Money Blogging
- Earn Money with Google Adsense
- Make Money from Matched Betting
- How To Start Making Money On Fiverr - Tutorial
- Tips for Making Money with Amazon Mechanical Turk
- Make Money on Swagbucks
Subscribe to:
Posts (Atom)