Downloadliste

Projektbeschreibung

shellsupport supports (bourne) shell scripting. It is a command line C program that provides those features that are lacking when writing portable shell scripts, because they are not covered by other portable (Posix 1003.2) tools. Amoung them are conversion routines from many ASCII date representation formats to seconds since the epoch and vice versa, file padding and wiping, symlink target display, random numbers, and counting.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-07-12 03:23
2.0beta

Diese Version kommt mit einer eigenen Implementierung von strptime (in ASCII-Darstellung der Zeit zu analysieren), abgeleitet aus der Umsetzung von FreeBSD. Dies sollte endlich die Möglichkeit Linux / glibc Benutzern, die Ausgabe von date (1) zu analysieren. Solaris-Benutzer finden diese könnten nützlich sein. Dies wird nur für die C-Locale Arbeit, nationale Darstellungen von Datum / Uhrzeit werden nicht mehr unterstützt. 2,0 fügt auch Abwischen von Dateien (mit Nullen zu überschreiben) und Datumsformate zu analysieren und anzuzeigen.
This version comes with its own implementation of strptime (to parse ASCII representation of time), derived from FreeBSD's implementation. This should finally enable Linux/glibc users to parse the output of date(1). Solaris users might find this useful as well. This will only work for the C locale; national representations of date/time are no longer supported. 2.0 also adds wiping of files (overwrite with zeros) and more date formats to parse and display.

Project Resources