alexgrpds / ds

A simple double-space remover from .txt files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple double-space remover from .txt files


Languages

Language:C 100.0%