Skip to content

Delphi Application to remove trailing and leading whitespace from text files

License

Notifications You must be signed in to change notification settings

wendelb/TrimFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrimFile

Delphi Application to remove trailing and leading whitespace from text files

Usage

 TrimFile.exe [OPTION] [input-file]

The following parameters are availible

  • -stdout Print the result to StdOutput instead of saving it to the file
  • -stdin Read from StdInput instead from file
  • -trimleft Removes all leading whitespace
  • -trimright Removes all trailing whitespace
  • -trimboth Short for -trimleft -trimright

As long as one of -stdout or -stdin is missing, a filename has to be given.

TrimFile homepage: https://github.com/wendelb/TrimFile

Please report any issues you encounter at the issue tracker.

(c) by Bernhard Wendel, 2014

About

Delphi Application to remove trailing and leading whitespace from text files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages