Linux: Finding Files

Most of you will know how to navigate directories using the cd command and how to create a directory with mkdir. You will also be familiar with the mv command. The mv command is not just for moving fi...
0 Read More

Linux: Search, Filter and Output

On some occasions, one may need to filter through the contents of large files. For this, Linux has several commands to read the files and filter their contents simultaneously. Let's go through some ex...
0 Read More