Changeset 17d4010 in oe-alliance-core

Timestamp:
11/01/17 11:46:09 (6 years ago)
Author:
Schimmelreiter <Ziggy.SpaceRat@…>
Branches:
4.3
Children:
11ddcfa8
Parents:
744c8b4f
Message:

[flip] Add recipe
File interchange program flip
A very tiny (14kB) tool co convert line endings.

Converts text (config/script) files from normal to *ix line endings or vice versa.
A good alternative to explaining users why and especially how to use Notepad++ or similar for changing config files.

Convert from normal or mixed line endings to *ix line endings:
flip -u <filespec>
or
toix <filespec>

Convert from *ix or mixed line endings to normal line endings:
flip -m <filespec>
or
toms <filespec>

(No files)

Note: See TracChangeset for help on using the changeset viewer.