Romulus

Build Status

A mondern alternative to sed

Versions

Currently while under development I will only be bumping patch versions rather then the normal minor versions until I feel like as if romulus is a somewhat mature release and ready for v1

Sample

given a executable file parse_ifconfig such as

```

! /usr/bin/env romulus -f

/^(?P[a-zA-Z0-9]+): /,/^[a-zA-Z0-9]+:/ { /inet (?P[0-9]{1,3}(.[0-9]{1,3}){3})/ { print("${inter}: ${ip}") } } ```

running ifconfig | parse\_ifconfig should yield your current network interfaces which have ips