René's URL Explorer Experiment


Title: Multipurpose Text Processing Tools - Linux Command Line Computing

Open Graph Title: Linux Command Line Computing

Description: Linux Command Line and Shell Scripting for beginner to intermediate level users

Open Graph Description: Linux Command Line and Shell Scripting for beginner to intermediate level users

Opengraph URL: https://learnbyexample.github.io/cli-computing/

X: @learn_byexample

direct link

Domain: learnbyexample.github.io

Nonetext/html; charset=utf-8
theme-color#ffffff
og:typewebsite
og:imagehttps://learnbyexample.github.io/cli-computing/images/cli_computing_ls.png
og:image:width1280
og:image:height720
twitter:cardsummary_large_image

Links:

Coverhttps://learnbyexample.github.io/cli-computing/cover.html
Buy PDF/EPUB versionshttps://learnbyexample.github.io/cli-computing/buy.html
Prefacehttps://learnbyexample.github.io/cli-computing/preface.html
1. Introduction and Setuphttps://learnbyexample.github.io/cli-computing/introduction-setup.html
2. Command Line Overviewhttps://learnbyexample.github.io/cli-computing/command-line-overview.html
3. Managing Files and Directorieshttps://learnbyexample.github.io/cli-computing/managing-files-directories.html
4. Shell Featureshttps://learnbyexample.github.io/cli-computing/shell-features.html
5. Viewing Part or Whole File Contentshttps://learnbyexample.github.io/cli-computing/viewing-part-or-whole-file-contents.html
6. Searching Files and Filenameshttps://learnbyexample.github.io/cli-computing/searching-files-and-filenames.html
7. File Propertieshttps://learnbyexample.github.io/cli-computing/file-properties.html
8. Managing Processeshttps://learnbyexample.github.io/cli-computing/managing-processes.html
9. Multipurpose Text Processing Toolshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html
10. Sorting Stuffhttps://learnbyexample.github.io/cli-computing/sorting-stuff.html
11. Comparing Fileshttps://learnbyexample.github.io/cli-computing/comparing-files.html
12. Assorted Text Processing Toolshttps://learnbyexample.github.io/cli-computing/assorted-text-processing-tools.html
13. Shell Scriptinghttps://learnbyexample.github.io/cli-computing/shell-scripting.html
14. Shell Customizationhttps://learnbyexample.github.io/cli-computing/shell-customization.html
Exercise Solutionshttps://learnbyexample.github.io/cli-computing/exercise-solutions.html
   Source codehttps://github.com/learnbyexample/cli-computing
   My Bloghttps://learnbyexample.github.io/
   My Bookshttps://learnbyexample.github.io/books/
   Twitterhttps://twitter.com/learn_byexample
https://learnbyexample.github.io
https://twitter.com/learn_byexample
https://github.com/learnbyexample/cli-computing
Multipurpose Text Processing Toolshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#multipurpose-text-processing-tools
Searching Files and Filenameshttps://learnbyexample.github.io/cli-computing/searching-files-and-filenames.html
https://learnbyexample.github.io/books/https://learnbyexample.github.io/books/
example_fileshttps://github.com/learnbyexample/cli-computing/tree/master/example_files
sedhttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#sed
Substitutionhttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#substitution
Inplace editinghttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#inplace-editing
Filtering featureshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#filtering-features
Regexp substitutionhttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#regexp-substitution
Regular Expressionshttps://learnbyexample.github.io/cli-computing/searching-files-and-filenames.html#regular-expressions
Further Readinghttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#further-reading
CLI text processing with GNU sedhttps://github.com/learnbyexample/learn_gnused
GNU BRE/ERE cheatsheethttps://learnbyexample.github.io/gnu-bre-ere-cheatsheet/
unix.stackexchange: common search and replace examples with sed and other toolshttps://unix.stackexchange.com/q/112023/109046
awkhttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#awk
Regexp filteringhttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#regexp-filtering
Awk special variableshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#awk-special-variables
Default field processinghttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#default-field-processing
Condition and Actionhttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#condition-and-action
Regexp field processinghttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#regexp-field-processing
Record separatorshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#record-separators
State machineshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#state-machines
Two files processinghttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#two-files-processing
this unix.stackexchange threadhttps://unix.stackexchange.com/a/237110/109046
Removing duplicateshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#removing-duplicates
Further Readinghttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#further-reading-1
CLI text processing with GNU awkhttps://github.com/learnbyexample/learn_gnuawk
GNU BRE/ERE cheatsheethttps://learnbyexample.github.io/gnu-bre-ere-cheatsheet/
Online gawk manualhttps://www.gnu.org/software/gawk/manual/
CLI computation with GNU datamashhttps://learnbyexample.github.io/cli-computation-gnu-datamash/
perlhttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#perl
Basic one-linershttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#basic-one-liners
Perl special variableshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#perl-special-variables
Auto splithttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#auto-split
Regexp field separatorhttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#regexp-field-separator
Powerful featureshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#powerful-features
Further Readinghttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#further-reading-2
perldoc: Perl introductionhttps://perldoc.perl.org/perlintro
perldoc: Regexp tutorialhttps://perldoc.perl.org/perlretut
Perl One-Liners Guidehttps://github.com/learnbyexample/learn_perl_oneliners
Exerciseshttps://learnbyexample.github.io/cli-computing/multipurpose-text-processing-tools.html#exercises
example_files/text_fileshttps://github.com/learnbyexample/cli-computing/tree/master/example_files/text_files
https://learnbyexample.github.io/cli-computing/managing-processes.html
https://learnbyexample.github.io/cli-computing/sorting-stuff.html
https://learnbyexample.github.io/cli-computing/managing-processes.html
https://learnbyexample.github.io/cli-computing/sorting-stuff.html

Viewport: width=device-width,initial-scale=1


URLs of crawlers that visited me.