New posts in text-processing

I need to use sed/awk to get desired output

awk - How to print the number of characters for the first n lines in a file?

extracting filenames from href elements

Print word containing string and first word

How to delete the lines from a file that do not contain dot?

Comparing two text files

Bash Script Rotation Cipher

Compare source code files, ignoring formatting differences (like whitespace, linebreaks, ...)

How to selectively copy details from a file and paste them into a new file?

Text processing - Python vs Perl performance [closed]

How do I 'cat' a text file but start from the bottom instead of top

I need to insert 12spaces. It should match a particular string then go to next line with 12spaces

How to convert from row to column?

Extracting the values greater than a threshold in text file?

How to print values in a text file to columnated file using shell script

Get one element of path string using bash

How can I get bash/zsh to change some text from "foo.foo.foo" to "foo foo foo" with a script/alias?

How can I sum values in column based on the value in another column?

Sort files according to the name containing numeric values

What is the meaning of :a;$!N; in a sed command?