Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
Misc
8.8K+ articles
Linux-Unix
2.8K+ articles
TechTips
2.1K+ articles
linux-command
412+ articles
Linux-text-processing-commands
31 posts
Recent Articles
Popular Articles
fgrep command in Linux with examples
Last Updated: 03 September 2024
The 'fgrep' filter is used to search for the fixed-character strings in a file. There can be multiple files also to be searched. This command is useful when you need to se...
read more
Technical Scripter
Linux-Unix
Picked
Technical Scripter 2018
linux-command
Linux-text-processing-commands
yes command in Linux with Examples
Last Updated: 31 July 2023
yes, the command in Linux is used to print a continuous output stream of a given STRING. If STRING is not mentioned then it prints 'y'; Syntax: of `yes` command in Linuxy...
read more
Technical Scripter
Linux-Unix
linux-command
Linux-text-processing-commands
aspell command in Linux with examples
Last Updated: 23 September 2024
aspell command is used as a spell checker in Linux. Generally, it will scan the given files or anything from standard input then it check for misspellings. Finally, it all...
read more
Technical Scripter
Linux-Unix
linux-command
Linux-text-processing-commands
csplit command in Linux with examples
Last Updated: 25 September 2024
The 'csplit' command is used to split any file into many parts as required by the user. The parts are determined by context lines. Output pieces of FILE separated by PATTE...
read more
Linux-Unix
Picked
linux-command
Linux-text-processing-commands
ed command in Linux with examples
Last Updated: 01 November 2024
Linux 'ed' command is used to start the ed text editor, a very minimal fronted line-based text editor. The lines are very simple in relation to other text files, hence eas...
read more
Linux-Unix
Picked
linux-command
Linux-text-processing-commands
colcrt command in Linux with examples
Last Updated: 25 September 2024
colcrt command in Linux systems is used to format the text processor output so that it can be viewed on Cathode Ray Tube displays. It removes underlining, strike-throughs,...
read more
Linux-Unix
Picked
linux-command
Linux-text-processing-commands
rev command in Linux with Examples
Last Updated: 24 September 2024
rev command in Linux is used to reverse the lines characterwise. This utility reverses the order of the characters in each line by copying the specified files to the stand...
read more
Linux-Unix
linux-command
Linux-text-processing-commands
iconv command in Linux with Examples
Last Updated: 01 October 2024
The iconv command is used to convert some text in one encoding into another encoding. If no input file is provided then it reads from standard input. Similarly, if no outp...
read more
Linux-Unix
Picked
linux-command
Linux-text-processing-commands
gawk command in Linux with Examples
Last Updated: 01 November 2024
The gawk command in Linux is a pattern scanning and processing language. No compilation is required, and variables can be used along with numeric functions, string functio...
read more
Linux-Unix
Picked
linux-command
Linux-text-processing-commands
Shell Script to Perform String Replacement in a File
Last Updated: 09 February 2022
String replacement is the process of replacing a string with another in a particular block of code, text, or the entire file. There are instances where we need to replace ...
read more
Linux-Unix
Picked
Linux-text-processing-commands
Remove Last character from String in Linux
Last Updated: 29 June 2021
In this article, we will discuss how to remove the last character from the string in Linux.In Linux, there are various commands and techniques present by which you can do ...
read more
Linux-Unix
Picked
Linux-text-processing-commands
Print Lines Starting with String in Linux
Last Updated: 17 June 2021
Printing lines that contain a particular string at the beginning is quite annoying to manually deal with, so we can make use of bash to design a shell script. The most ver...
read more
Linux-Unix
Picked
Shell Script
Linux-text-processing-commands
How to replace braces symbol in Linux ?
Last Updated: 29 June 2021
In this article, we will learn to replace the braces symbol from a text file in the Linux system.We will use the tr command with the -d or --delete option in the Linux/Uni...
read more
Linux-Unix
Picked
Linux-file-commands
Linux-text-processing-commands
Convert Multiple Rows into Single Row in Linux
Last Updated: 19 September 2022
In this article, we are going to see how to convert multiple rows into a single row using Linux.Here is the file for demonstration:Method 1: Using Pure BashLet us convert ...
read more
Linux-Unix
Picked
linux-command
Linux-text-processing-commands
Convert Text File Strings into Base64 encoding
Last Updated: 21 April 2022
In the Linux system, you have a command base64. This helps you to convert text into base64 encoding but how can you change multiple lines of text into base64 encoding. We ...
read more
Linux-Unix
linux-command
Linux-text-processing-commands
1
2
3
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !