Tag: text
Searching text in a directory using find and grep
May 20, 2007
Use find and grep to search for a specific text in a directory. In this example, we search for files…
Using Awk
May 11, 2007
Simple uses for awk Get the second column from the output ps aux | awk ‘{print $2}’ Use a different…
Text to Speech – Hear a File
March 18, 2007
Festival is a speech synthesizer for Linux. You can use this with the following commands… Enter a festival console for…
Recent Comments