jq is useful to slice, filter, map and transform structured json data.
brew install jq
| // 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 |
| find . -name "*.html" | while read i; do mv "$i" "${i%.html}.php"; done |
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