Chief Programmers Ken O. Burtch |
This is the home page for the StatFTime.
Besides giving access to important file information to a shell script, another typical use for statftime would be to rename files for archiving purposes. If a business receives a file of customer orders called "orders.txt", it can create a unique archiving name such as "orders-2001-037.txt" using statftime -f"%_a-%_C%Y-%f.txt" orders.txtwhere "%_a" is the root filename, "%_C" selects the creation date, "%Y" is the creation date year, and "%f" is the creation date day of year. There are more than 50 supported "%" codes. StatFTime can also process a list of files from standard input. Install using the following commands: $ tar xfvz statftime.tgz $ cd statftime $ make $ cp statftime /usr/local/bin |
![[Navigation Bar]](art/nav_bar_head2.png)