Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dongweiming/sed_and_awk

A online presentation for sed & awk
https://github.com/dongweiming/sed_and_awk

Last synced: about 2 months ago
JSON representation

A online presentation for sed & awk

Awesome Lists containing this project

README

        

sed_and_awk
===========

An online presentation for sed & awk. You can see [http://dongweiming.github.io/sed_and_awk](http://dongweiming.github.io/sed_and_awk)

How to use
--------

* For site.

You can start a web app with [Flask](https://github.com/mitsuhiko/flask), You can install following this:

```
sudo pip install -r requirements.txt
```

or

```
sudo easy_install flask
```

then

```
sudo python run.py
```

* For html.

If you want direct use browser open it. for example
on osx.

```
open index.html
```