This helps to get a quick overview of the revision and the last revision history entry of files located in a certain directory.
The file header must have the (very simple to remember) format:
Binary files are not scanned for file header patterns.
#!/bin/sh # # busy - keep the line open # # [00] 28.02.2001 CWa Initial Version # [01] 02.03.2001 CWa chg: comment text #
# # /etc/hosts - internet host revisions # # [00] 28.02.2001 CWa Initial Version # [01] 08.08.2001 CWa + timehost # # 127.0.0.1 localhost 192.168.75.1 rh7mzv7t001 102.168.75.9 timehost
;
; /etc/samba/smb.conf - samba configuration file
;
; [00] 28.02.2001 CWa   Initial Version
; [01] 04.04.2001 CWa   chg: workgroup AGROUP -> MYGROUP
;
;
[global]
    workgroup = MYGROUP
    server string = %h
--
-- TopTen.sql - Reports lists DB statistics
--
-- [00] 31.1.2003 CBi   Initial
-- [01] 01.5.2003 CWa   fix: total_bytes -> total_kbytes
--
select
    a.tablespace_revision,
    a.bytes/1024 as total_kbytes,
.\" .\" revision.1 - manpage for revision .\" .\" [00] 30.11.2003 CWa Initial Version .\" [01] 03.01.2003 CWa ++ .\" [02] 05.01.2003 CWa ++ .\"
This is free software; see edrc/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.