Search text within multiple files in Linux

If you want to search text in multiple files in Linux, you can use the following command. Example) If you want to find files containing the word "abcd" under the directory /home/ and its subdirectories: ...

Read more

Updating the TM in Trados 2007

Now Trados 2007 became outdated and many linguists use SDL Trados 2010/2014. I also generally use Trados Studio 2011 and rarely use version 2007 because most clients send me the files processed using Trados 2011 or ...

Read more

Add commas into number strings (RegEx)

In numbers of more than three digits, it's general to use a comma after every third digit from right to left. If you want to add commas into really many number strings, the following regular ...

Read more

How to search text within Excel files in Windows

There are several commercial applications which support this feature. One of them is WinGrep. It supports many power features. However, when it's tested on my system, it could not search properly Korean characters. Here, I ...

Read more

A simple way to highlight text in color using HTML

Highlighting text can help bring important information immediately to the readers' attention, such as "Important!" The following html code can be used to highlight text in a specific color: Cyan: <span style="background-color:#00FEFE">Cyan Text</span> Green: <span style="background-color:#00FF00">Green ...

Read more

How to embed YouTube videos into WordPress comments

Source:  WordPress.com To embed the YouTube video with default width and height adapted to your theme: [youtube=http://www.youtube.com/watch?v=e5cfyAt-0rU] To specify the width and height explicitly: [youtube=http://www.youtube.com/watch?v=e5cfyAt-0rU&w=320&h=240] To specify the width only: [youtube=http://www.youtube.com/watch?v=e5cfyAt-0rU&w=320] To hide the related YouTube ...

Read more