Short: script implemetation of fputc. Author: lorylombus@gmail.com (Lorence Lombardo) Uploader: lorylombus@gmail.com (Lorence Lombardo) Type: util/batch Version: 26-Mar-2026 Architecture: m68k-amigaos; ppc-amigaos; ppc-morphos "sfputc" is a CLI implemetation of fputc that can be used with scripts which allows you to print or redirect a single character with an optional repeat that you cant do with a regular "echo". For example appending a file with a character zero can be done by typing the following:- sfputc 0 >>"file" Operation example:- echo "`sfputc 65 10`" Operational example2:- echo "`sfputc 48 10`" NB: The character numbers correspond to the standard ASCII table and the "echo" provides us with a line feed. "sfputc.e", "sfputc13a.e", "sfputc13.e" and "sfputc13c.c" are provided for you to do as you wish. web page:- http://geocities.ws/lorylomb/