Regular expression is a group of characters or symbols which is used to find a specific pattern from a text.
A regular expression is a pattern that is matched against a subject string from left to right. The word "Regular expression" is a
http://aperiodic.net/screen/quick_reference
How to Navigate, copy & paste content?
within screen sessions: Cntl a + [ : To start navigation using up/down arrow Press Space bar: To select content starting position
find . -name "*.html" | while read i; do mv "$i" "${i%.html}.php"; done |
// c - __attribute__((constructor)) equivalent in VC? - Stack Overflow | |
// http://stackoverflow.com/questions/1113409/attribute-constructor-equivalent-in-vc/2390626#2390626 | |
// Rev.5 | |
// Initializer/finalizer sample for MSVC and GCC/Clang. | |
// 2010-2016 Joe Lowe. Released into the public domain. | |
#include <stdio.h> | |
#include <stdlib.h> | |
#ifdef __cplusplus |