Skip to content

The Awk Book's Code (exported from Google Code) -- Website links to "awk.info" (Tim Menzies and Aharon Robbins), where the repo was originally published under permission from Brian Kernighan.

License

Notifications You must be signed in to change notification settings

c0psrul3/lawker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 This repository is organized as follows.

--| TOP LEVEL |-----------------------------------------------

block   # place to chop up code. use for branches
freezer # frozen code. place to store tags
fridge  # fresh code. for the current trunk
wiki    # google wiki pages

--| INSIDE "block" |-----------------------------------------------

block/
   timm  # play pen sub-directory for person "timm"
   fred   # etc
   your name 
   ...

--| INSIDE "freezer" |-----------------------------------------------

freezer/
   thing/
       /latest        # e.g. copy of the 1.1 directory
       /1.1          # e.g.
         thing.awk  # one combined file for "thing"
         doc/       # documentation of v1.1 of thing
	     otherstuff/
 
--| INSIDE "fridge" |-----------------------------------------------

fridge/
     doc/               # awk.info stuff (see "doc" below)
     etc/               # config files
     gawk/              # gawk code
     xgawk/             # xgawk code
     share/
        img/
     var/               # long live temporaries
        share/          # auto generated stuff

--| INSIDE ".awk" files |-----------------------------------------
 
The following standard is optional. 

 The code that renders the awk.info web site can "pretty print" awk code stored
in lawker.  For example, http://awk.info/?gawk/array/join.awk is a pretty
print of http://lawker.googlecode.com/svn/fridge/gawk/array/join.awk.

To enable that pretty print, please see the instructions in 
http://awk.info/?prettyprint .

About

The Awk Book's Code (exported from Google Code) -- Website links to "awk.info" (Tim Menzies and Aharon Robbins), where the repo was originally published under permission from Brian Kernighan.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published