Skip to content
  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Submit Linux Tip
Linux Shell Tips – The Best Linux Command Line Web Portal

sed command examples

How to Use Sed to Find and Replace String in Files

Leave a comment

Sed (short for Stream Editor) is a command-line utility in GNU/Linux operating systems used to modify text files. It can be considered as a command-line text editor; however, it is different from ‘real-time’ text editors

How to Add Text to the Beginning of File in Linux

5 Comments

Linux command line users are familiar with the concept of redirection operators, which can write output to a file, or read input from a file. The operator ‘>’ writes output to a new file, or

How to Join Two Text Files in Linux

Leave a comment

To join two or more text files on the Linux command-line, you can use the cat command. The cat (short for “concatenate”) command is one of the most commonly used commands in Linux as well

How to Filter Log File Entries Based on Date Range

Leave a comment

If you are facing difficulty while systematically reading log files in Linux. Then you are in the right place. Simply doing cat to read a log file is a kinda basic way to inspect a

Join Linux Shell Tips

Join LinuxShellTips Follow LinuxShellTips on Twitter Follow LinuxShellTips on Reddit Follow LinuxShellTips on Linkedin Follow LinuxShellTips on Instagram Follow LinuxShellTips via RSS Feed Join LinuxShellTips Telegram Channel Follow LinuxShellTips on Tumblr

Buy Me A Coffee

Linux Command Line Tips

How to Find Top 10 Running Processes by Memory and CPU Usage

How to Get Filename from the Full Path in Linux

How to Find and Delete Empty Directories in Linux

How to Compile and Run C Program in Ubuntu

How to Redirect Output to /dev/null in Linux

How to Add Text to the Beginning of File in Linux

How to Reverse Lines in a File Character-Wise in Linux

How to Copy Large Number of Files in Linux

How to Limit Depth of ‘tree’ for Recursive File Listing

How to Find Ubuntu System Reboot Date and Time

Linux Shell Tips © 2021. All Rights Reserved.

The material in this site cannot be republished either online or offline, without our permission.

Hosting Sponsored by : Linode Cloud Hosting

Scroll back to top