Tag: text

Searching text in a directory using find and grep

Use find and grep to search for a specific text in a directory. In this example, we search for files…

Using Awk

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

Festival is a speech synthesizer for Linux. You can use this with the following commands… Enter a festival console for…