Changeset 340 for trunk/doc


Ignore:
Timestamp:
Jun 7, 2005, 4:35:24 PM (18 years ago)
Author:
Jari Häkkinen
Message:

Changed gawk to awk. This is more probable to work on different OSs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/svnplot.sh

    r316 r340  
    66
    77echo "Extracting date information."
    8 (file `svn list -R` | grep -v directory | gawk 'BEGIN {FS=":"} {printf("%s",$1); printf("\n");}')>files.tmp
     8(file `svn list -R` | grep -v directory | awk 'BEGIN {FS=":"} {printf("%s",$1); printf("\n");}')>files.tmp
    99svn log `grep . files.tmp` -q | sort -u > date.tmp
    1010echo "Extracting file information."
Note: See TracChangeset for help on using the changeset viewer.