Cook book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.1KB

About

Over the years I've seen a lot of recipe book style repositories.

I'm finally making my own.

To save a few words, when provided with an option such as oil, in parenthesis, is my preferred option.

Index

Tips

Visual selection with v.

These can be combined, e.g. sort | uniq.

Itemized List

Pipe visual selection into:

!awk '{print "-",$0}'

Numbered List

Pipe visual selection into:

!cat -b

Sorted List

Pipe visual selection into:

!sort -h

Unique List

Pipe visual selection into:

!uniq

Web Ring