| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme | 2016-09-29 | 2.9 kB | |
| sfk180-linux.exe | 2016-08-30 | 1.7 MB | |
| sfk180.exe | 2016-08-30 | 1.7 MB | |
| sfk180-linux-lib5.exe | 2016-08-30 | 1.6 MB | |
| sfk180-mac-i686.exe | 2016-08-30 | 1.9 MB | |
| sfk180-mac-ppc.exe | 2016-08-30 | 1.8 MB | |
| sfk180-arm.exe | 2016-08-30 | 2.5 MB | |
| sfk180.zip | 2016-08-30 | 5.6 MB | |
| sfk180-mac.dmg | 2016-08-30 | 2.0 MB | |
| sfk-1.8.0.tar.gz | 2016-08-30 | 820.6 kB | |
| sfk180-linux-64.exe | 2016-08-30 | 1.7 MB | |
| Totals: 11 Items | 21.3 MB | 0 | |
Major Release.
Read the changelist for details.
Zip File Contents:
1. Binaries of Swiss File Knife Base, the multi function command line tool
for Windows (XP to Windows 8), Intel Linux (current and old releases),
Apple Macintosh (i686 and PPC) and ARM systems like Raspberry Pi.
2. Sourcecode and build scripts of SFK Base,
allowing compilation under Windows and Linux.
3. Some documentation, example and test files.
If you are in a hurry and want only a single executable,
- download any of these files:
sfk.exe Swiss File Knife for Windows.
sfk-linux.exe SFK for 32 bits Intel Linux, like Ubuntu.
sfk-linux-64.exe SFK for 64 bits Intel Linux, like Ubuntu 64.
sfk-linux-lib5.exe SFK for older Intel Linux, like DSL.
sfk-mac-i686.exe SFK for current Intel based Macs.
sfk-mac-ppc.exe SFK for older PowerPC Macs.
sfk-arm.exe SFK for ARM systems like Raspberry Pi.
- do NOT double click on the downloaded .exe,
but open a terminal or command line window (CMD.EXE).
- cd into your download folder.
- Linux/Mac: rename the .exe to just "sfk" like:
mv sfk-mac-i686.exe sfk
then make it executable by:
chmod +x sfk
and finally type:
./sfk
- Windows: rename the .exe to sfk.exe then type "sfk"
if you have no unzip tool, or in a wrong version,
you may download unzip for the command line from
http://stahlworks.com/dev/index.php?tool=zipunzip
-----------------------------------------------------------------
Initial Release:
- rel: 30.08.2016, Major Update
- sum: sfk xed, a powerful stream text editor, is now free
and Open Source. it allows text and binary editing
with a simple, human readable syntax.
improved handling of multi line parameters in sfk scripts.
- CHG: SYNTAX CHANGE: sfk script and sfk label:
quoted multi line parameters are now trimmed by default,
no longer requiring option -qtrim. see "sfk script"
for details. scripts requiring the old behaviour
may now need option -qraw after "sfk label".
- chg: the SFK Mobile Booklet was fully reworked
and now covers the latest SFK version,
including an 38 page tutorial.
see stahlworks.com/pdf for details.
- chg: sfk script: support for quoted multi line parms with
filter -rep, filter -form, web, wget, rename
- add: sfk windows: clipsrc, clipphp, clipjava
to convert clipboard text to source code.
type "sfk bin-to-src" for documentation.
- fix: linux: autoconf compile didn't work.
- fix: compile: -DSFKOSE no longer necessary
to produce a Base/OSE binary info.
- fix: web -nodump missing option documentation.
- fix: xmlform: unwanted blank lines in output,
lost lines on some multi line tags.