|
How to do things AI Noob vs. Pro
List biggest files Free Open Source: Swiss File Knifea command line
Depeche View
command line
free external tools,
cpp sources
articles |
sfk lf-to-crlf [options] dir .ext1 .ext2 [-to outmask]
convert just-lf (unix) text format to cr+lf (dos/windows).
if only a single filename, or list of filenames, is given
then these are converted immediately.
if a directory parameter is given then the command runs
in simulation mode, requiring option -yes to convert.
options
-forceend if a file is changed and rewritten then
also add a line ending at the last line
even if there was none in the input file.
-writeall rewrite all files no matter if changed
aliases
sfk addcr same as sfk lf-to-crlf
see also
sfk remcr convert crlf to just lf
sfk listle list line end infos for files
examples
sfk addcr . .csv
add crlf on all .csv files in current folder.
sfk addcr src .cpp .hpp
add crlf on all .cpp and .hpp files within src.
sfk select -dir doc -file .txt +addcr -to tmp\$file
add crlf on all .txt files within doc, saving to tmp.
sfk lf-to-crlf [options] dir .ext1 .ext2
[-to outmask]
convert just-lf (unix) text format to cr+lf
(dos/windows).
if only a single filename, or list of
filenames, is given then these are
converted immediately.
if a directory parameter is given then the
command runs in simulation mode, requiring
option -yes to convert.
options
-forceend if a file is changed and
rewritten then also add a
line ending at the last
line even if there was none
in the input file.
-writeall rewrite all files no matter
if changed
aliases
sfk addcr same as sfk lf-to-crlf
see also
sfk remcr convert crlf to just lf
sfk listle list line end infos
for files
examples
sfk addcr . .csv
add crlf on all .csv files in current
folder.
sfk addcr src .cpp .hpp
add crlf on all .cpp and .hpp files
within src.
sfk select -dir doc -file .txt +addcr
-to tmp\$file
add crlf on all .txt files within doc,
saving to tmp.
you are viewing this page in mobile portrait mode with a limited layout. turn your device right, use a desktop browser or buy the sfk e-book for improved reading. sfk is a free open-source tool, running instantly without installation efforts. no DLL's, no registry changes - just get sfk.exe from the zip package and use it (binaries for windows, linux and mac are included).
|


