/ds

A simple double-space remover from .txt files

Primary LanguageC

ds - 'DoubleSpace'

A simple double-space remover from .txt. files

Usage

./ds text.txt

The program checks if a .txt was given as an argument. It then reads it's content into memory and overwrites back the original given file, without any double spaces.

It was originaly created as a simple solution for removing double spaces from long .txt files, to save several steps in any text editor.