SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
 TOP MENU
Apr 23, 2023  Facebook
 Twitter
 LinkedIn
  fa-you
JOIN TO OUR FACEBOOK GROUP

 MAIN MENU
Cheat Sheets Linux
Text Processing Command Cheat Sheet
Last updated on April 4th, 2023 - by John Gomez - Leave a Comment
Text Processing Commands are a set of built-in commands that are used to
manipulate text. These commands allow users to quickly and ef몭ciently search,
modify, and extract data from text 몭les.
Command Description Examples
cat Concatenate and display 몭les cat file1.txt file2.txt
sort Sort lines of text 몭les sort file.txt
uniq
Remove duplicate lines from a sorted
몭le
sort file.txt | uniq
grep Search for patterns in 몭les grep "pattern" file.txt
cut Extract columns of text from 몭les cut ‐f1,3 file.txt
sed
Stream editor for 몭ltering and
transforming text
sed 's/old/new/' file.txt
awk
Pattern scanning and processing
language
awk '{print $1, $3}'
file.txt
tr Translate or delete characters tr 'a‐z' 'A‐Z' < file.txt
wc
Count lines, words, and characters in
a 몭le
wc file.txt

Page 1 of 5
Command Description Examples
diff
Compare two 몭les and show
differences
diff file1.txt file2.txt
patch Apply a diff 몭le to a 몭le or directory patch file.txt patch.diff
nl Number lines in a 몭le nl file.txt
head Display the 몭rst few lines of a 몭le head file.txt
tail Display the last few lines of a 몭le tail file.txt
tee
Redirect output to a 몭le and to the
terminal
ls | tee output.txt
fmt Format text 몭les for printing fmt file.txt
pr Convert text 몭les for printing pr file.txt
iconv Convert character encoding of a 몭le
iconv ‐f utf‐8 ‐t iso‐8859‐1
file.txt
dos2unix
Convert DOS line endings to UNIX
line endings
dos2unix file.txt
rev Reverse lines of a 몭le rev file.txt
fold Wrap lines of text to a speci몭ed width fold ‐w 80 file.txt
join
Join lines from two 몭les based on a
common 몭eld
join file1.txt file2.txt
RELATED POST
Docker Management Command Cheat Sheet
April 16,2023
Linux Database Management Command Cheat Sheet
April 14,2023
Linux System Initialization Command Cheat Sheet
April 14,2023
Page 2 of 5
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Leave a Reply
Your email address will not be published. Required 몭elds are marked *
About John Gomez
John Britto Founder & Cheif-Editor @LinuxTeck. A Computer Geek and Linux
Intellectual having more than 10+ years of experience in Linux and Open Source
technologies.
View all posts by John Gomez →
PREVIOUS ARTICLE
File Management Command Cheat Sheet
NEXT ARTICLE
Linux System Information Command Cheat
Sheet
Page 3 of 5
POST COMMENT
Linux Package Management Command Cheat Sheet
Apr 07, 2023
How to set up FTP server in Rocky Linux 8.4
Nov 23, 2021
TRENDING
Linux Package Management Command Cheat Sheet
How to set up FTP server in Rocky Linux 8.4
How to secure FTP Server with SSL/TLS in Rocky Linux
How to set up an SFTP server on Rocky Linux 8
How to set up MariaDB on Rocky Linux 8
How to Install and use phpMyAdmin on Rocky Linux
How to Install Rocky Linux 9 {Step by Step} with Screenshots
How to Install Ubuntu 22.04 LTS {Step by Step} with Screenshots
Install LAMP Stack on Rocky Linux 9 {Step by Step}
How to install Apache on Rocky Linux 9
Popular Comments Tags
Page 4 of 5
First name or full name
Email
I want to receive a newsletters
SUBSCRIBE
Copyright © 2023 LinuxTeck. All Rights Reserved.
Material from our website cannot be republished ONLINE or OFFLINE without our permission.
Contact US | Privacy Policy | Terms of use
Page 5 of 5

Mais conteúdo relacionado

Semelhante a www-linuxteck-com-text-processing-commands-.pdf

Linux admin interview questions
Linux admin interview questionsLinux admin interview questions
Linux admin interview questions
Kavya Sri
 
101 3.2 process text streams using filters
101 3.2 process text streams using filters101 3.2 process text streams using filters
101 3.2 process text streams using filters
Acácio Oliveira
 
5_File_Handling_Commands__vi_editor_and_environment_variables
5_File_Handling_Commands__vi_editor_and_environment_variables5_File_Handling_Commands__vi_editor_and_environment_variables
5_File_Handling_Commands__vi_editor_and_environment_variables
Gautam Raja
 
Shell tutorial
Shell tutorialShell tutorial
Shell tutorial
Vu Duy Tu
 

Semelhante a www-linuxteck-com-text-processing-commands-.pdf (20)

101 3.2 process text streams using filters
101 3.2 process text streams using filters101 3.2 process text streams using filters
101 3.2 process text streams using filters
 
101 3.2 process text streams using filters
101 3.2 process text streams using filters101 3.2 process text streams using filters
101 3.2 process text streams using filters
 
Linux Cheat Sheet.pdf
Linux Cheat Sheet.pdfLinux Cheat Sheet.pdf
Linux Cheat Sheet.pdf
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
 
Lnx
LnxLnx
Lnx
 
Chapter09 -- networking with unix and linux
Chapter09  -- networking with unix and linuxChapter09  -- networking with unix and linux
Chapter09 -- networking with unix and linux
 
101 apend. scripting, crond, atd
101 apend. scripting, crond, atd101 apend. scripting, crond, atd
101 apend. scripting, crond, atd
 
Linux admin interview questions
Linux admin interview questionsLinux admin interview questions
Linux admin interview questions
 
3.2 process text streams using filters
3.2 process text streams using filters3.2 process text streams using filters
3.2 process text streams using filters
 
101 3.2 process text streams using filters
101 3.2 process text streams using filters101 3.2 process text streams using filters
101 3.2 process text streams using filters
 
Linux commands
Linux commandsLinux commands
Linux commands
 
POS 433 Effective Communication - tutorialrank.com
POS 433 Effective Communication - tutorialrank.comPOS 433 Effective Communication - tutorialrank.com
POS 433 Effective Communication - tutorialrank.com
 
3.1.c apend scripting, crond, atd
3.1.c apend   scripting, crond, atd3.1.c apend   scripting, crond, atd
3.1.c apend scripting, crond, atd
 
Linux_Commands_MT.pdf
Linux_Commands_MT.pdfLinux_Commands_MT.pdf
Linux_Commands_MT.pdf
 
5_File_Handling_Commands__vi_editor_and_environment_variables
5_File_Handling_Commands__vi_editor_and_environment_variables5_File_Handling_Commands__vi_editor_and_environment_variables
5_File_Handling_Commands__vi_editor_and_environment_variables
 
50 most frequently used unix linux commands (with examples)
50 most frequently used unix   linux commands (with examples)50 most frequently used unix   linux commands (with examples)
50 most frequently used unix linux commands (with examples)
 
Shell tutorial
Shell tutorialShell tutorial
Shell tutorial
 
COinS (eng version)
COinS (eng version)COinS (eng version)
COinS (eng version)
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Linux Day1
Linux Day1Linux Day1
Linux Day1
 

Último

ppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyes
ashishpaul799
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
中 央社
 

Último (20)

....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf
 
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
 
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
REPRODUCTIVE TOXICITY STUDIE OF MALE AND FEMALEpptx
REPRODUCTIVE TOXICITY  STUDIE OF MALE AND FEMALEpptxREPRODUCTIVE TOXICITY  STUDIE OF MALE AND FEMALEpptx
REPRODUCTIVE TOXICITY STUDIE OF MALE AND FEMALEpptx
 
How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17
 
ppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyes
 
Open Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPointOpen Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPoint
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).Dementia (Alzheimer & vasular dementia).
Dementia (Alzheimer & vasular dementia).
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
 
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General QuizPragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
Pragya Champions Chalice 2024 Prelims & Finals Q/A set, General Quiz
 
Post Exam Fun(da) Intra UEM General Quiz - Finals.pdf
Post Exam Fun(da) Intra UEM General Quiz - Finals.pdfPost Exam Fun(da) Intra UEM General Quiz - Finals.pdf
Post Exam Fun(da) Intra UEM General Quiz - Finals.pdf
 
Word Stress rules esl .pptx
Word Stress rules esl               .pptxWord Stress rules esl               .pptx
Word Stress rules esl .pptx
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 
MichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfMichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdf
 
factors influencing drug absorption-final-2.pptx
factors influencing drug absorption-final-2.pptxfactors influencing drug absorption-final-2.pptx
factors influencing drug absorption-final-2.pptx
 
philosophy and it's principles based on the life
philosophy and it's principles based on the lifephilosophy and it's principles based on the life
philosophy and it's principles based on the life
 
“O BEIJO” EM ARTE .
“O BEIJO” EM ARTE                       .“O BEIJO” EM ARTE                       .
“O BEIJO” EM ARTE .
 

www-linuxteck-com-text-processing-commands-.pdf

  • 1.  TOP MENU Apr 23, 2023  Facebook  Twitter  LinkedIn   fa-you JOIN TO OUR FACEBOOK GROUP   MAIN MENU Cheat Sheets Linux Text Processing Command Cheat Sheet Last updated on April 4th, 2023 - by John Gomez - Leave a Comment Text Processing Commands are a set of built-in commands that are used to manipulate text. These commands allow users to quickly and ef몭ciently search, modify, and extract data from text 몭les. Command Description Examples cat Concatenate and display 몭les cat file1.txt file2.txt sort Sort lines of text 몭les sort file.txt uniq Remove duplicate lines from a sorted 몭le sort file.txt | uniq grep Search for patterns in 몭les grep "pattern" file.txt cut Extract columns of text from 몭les cut ‐f1,3 file.txt sed Stream editor for 몭ltering and transforming text sed 's/old/new/' file.txt awk Pattern scanning and processing language awk '{print $1, $3}' file.txt tr Translate or delete characters tr 'a‐z' 'A‐Z' < file.txt wc Count lines, words, and characters in a 몭le wc file.txt  Page 1 of 5
  • 2. Command Description Examples diff Compare two 몭les and show differences diff file1.txt file2.txt patch Apply a diff 몭le to a 몭le or directory patch file.txt patch.diff nl Number lines in a 몭le nl file.txt head Display the 몭rst few lines of a 몭le head file.txt tail Display the last few lines of a 몭le tail file.txt tee Redirect output to a 몭le and to the terminal ls | tee output.txt fmt Format text 몭les for printing fmt file.txt pr Convert text 몭les for printing pr file.txt iconv Convert character encoding of a 몭le iconv ‐f utf‐8 ‐t iso‐8859‐1 file.txt dos2unix Convert DOS line endings to UNIX line endings dos2unix file.txt rev Reverse lines of a 몭le rev file.txt fold Wrap lines of text to a speci몭ed width fold ‐w 80 file.txt join Join lines from two 몭les based on a common 몭eld join file1.txt file2.txt RELATED POST Docker Management Command Cheat Sheet April 16,2023 Linux Database Management Command Cheat Sheet April 14,2023 Linux System Initialization Command Cheat Sheet April 14,2023 Page 2 of 5
  • 3. Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Leave a Reply Your email address will not be published. Required 몭elds are marked * About John Gomez John Britto Founder & Cheif-Editor @LinuxTeck. A Computer Geek and Linux Intellectual having more than 10+ years of experience in Linux and Open Source technologies. View all posts by John Gomez → PREVIOUS ARTICLE File Management Command Cheat Sheet NEXT ARTICLE Linux System Information Command Cheat Sheet Page 3 of 5
  • 4. POST COMMENT Linux Package Management Command Cheat Sheet Apr 07, 2023 How to set up FTP server in Rocky Linux 8.4 Nov 23, 2021 TRENDING Linux Package Management Command Cheat Sheet How to set up FTP server in Rocky Linux 8.4 How to secure FTP Server with SSL/TLS in Rocky Linux How to set up an SFTP server on Rocky Linux 8 How to set up MariaDB on Rocky Linux 8 How to Install and use phpMyAdmin on Rocky Linux How to Install Rocky Linux 9 {Step by Step} with Screenshots How to Install Ubuntu 22.04 LTS {Step by Step} with Screenshots Install LAMP Stack on Rocky Linux 9 {Step by Step} How to install Apache on Rocky Linux 9 Popular Comments Tags Page 4 of 5
  • 5. First name or full name Email I want to receive a newsletters SUBSCRIBE Copyright © 2023 LinuxTeck. All Rights Reserved. Material from our website cannot be republished ONLINE or OFFLINE without our permission. Contact US | Privacy Policy | Terms of use Page 5 of 5