Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.1 KB

justleft - Left Justify a String

Note: Starting October 12 2023, Microsoft GitHub is forcing me to use 2FA to access to my repositories. Microsoft wants me to use my Cell Phone or some proprietary application for 2FA, email is not allowed. So updates to this project will no longer occur on GitHub. Updates and full Source can be downloaded from my Gemini Capsule:

  • gemini://gem.sdf.org/jmccue/computer/repository.gmi
  • gemini://sdf.org/jmccue/computer/repository.gmi (mirror)

See gemini wikipedia for clients.

This is a little utility created a very long time ago for systems without sed(1). All it does is Left Justify all records in a Text File.

j_lib2 is an optional dependency.

GNU automake only confuses me, but this seems to be good enough for me.

To compile:

  • If "DESTDIR" is not set, will install under /usr/local
  • Execute ./build.sh to create a Makefile
  • Works on Linux, BSD and AIX

To uninstall, execute "make uninstall" from the source directory