Skip to content
Search
  • Terminal Basics
    • Shell
    • Homebrew
    • Commands
    • GUI Integration
  • Terminal Power User
  • Book

Posts by Daniel

link to Harnessing the Power of Regular Expressions in Terminal

Harnessing the Power of Regular Expressions in Terminal

In computing, Regular Expressions (often shortened to "regex") are sequences of characters that form a search pattern. They're used for string matching and manipulation. Regular expressions are...

Continue Reading
link to Using Diff to Spot the Difference in Text Files

Using Diff to Spot the Difference in Text Files

Imagine you have two files that have minor differences in them.It might be difficult to spot the differences between them. Thankfully, there is a command called diff that will help us out. diff...

Continue Reading
link to The Power of AWK

The Power of AWK

This next command is very powerful and yet I don't fully understand it's power. The command is awk. Awk is really good at processing lines of a file.This might sounds familiar.  After all, we...

Continue Reading
link to Contents From The End of a File Using Tail

Contents From The End of a File Using Tail

Viewing the beginning of a file is all well and good, but that's not where most of the action is. The end of file can be more interesting, especially if it keeps changing, as is the case with log...

Continue Reading
link to Content From The Beginning of a File Using Head

Content From The Beginning of a File Using Head

You've seen how to view the contents of a file with the cat command, though, sometimes you just need to peak inside a text file. If you are looking to explore the end of the text file, then you...

Continue Reading
link to The Power of sed

The Power of sed

In the world of Unix-like systems, sed (Stream Editor) is an influential tool that allows for manipulation of text streams: either files or input piped from other commands. From simple text...

Continue Reading
Page 1 Page 2 Page 3 … Page 7 NEXT »

About the Author

Whilst building web applications, Daniel also sets up web servers from scratch because he has yet to find the perfect hosting solution. His philosophy is “Why settle, when you can build it better yourself?”

LEGAL INFORMATION

This site is a participant affiliate advertising programs designed to provide a means for sites to earn advertising fees by advertising and linking to products. We are compensated for referring traffic and business to companies linked to on this site.

Read more about external links.

  • About Us
  • Sitemap
  • Privacy Policy
  • Cookie Policy
© 2025 Copyright Daniel Platt