V
V
Vadim Solovyov2017-06-12 20:01:28
Text editors
Vadim Solovyov, 2017-06-12 20:01:28

What program can be used to automatically remove spaces in text?

bd44b6c67b7941aab6e2090d88d85502.png
Found this service for this. en.texthandler.com/text-tools/remove-line-breaks
Is there something more modern and perfect for this purpose?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nirvimel, 2017-06-12
@nirvimel

This can be done completely automatically with sed .
sed -i '/^\s*$/d' my_messy_text_file.txt

A
Artem Kaybagorov, 2017-06-12
@ArteMoon

notepad++

R
rustler2000, 2017-06-13
@rustler2000

https://atom.io/packages/delete-whitelines
68747470733a2f2f7261772e6769746875627573

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question