Skip to content

Instantly share code, notes, and snippets.

View mark-jordanovic-lewis's full-sized avatar
🏠
Working from home

Mark JL (_jail) mark-jordanovic-lewis

🏠
Working from home
  • SenseOn
  • morbidslug@home
View GitHub Profile
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html

Useful commands

last_response
    .body

last_request
    .path
    .url
    .session

.cookies

FILE SPACING:
# double space a file
sed G
# double space a file which already has blank lines in it. Output file
# should contain no more than one blank line between lines of text.
sed '/^$/d;G'