Development

extract.w cheat sheet

Has to have a boolean value or no value at all. “wow” will be equal to “true” and “hey” will be placed in the “${leftover[@]}” array and set as “$1” arg “wow” will be equal to false because false is a boolean because –wow- ends with “-“, “wow” must have[…]

Read More »

Increasing quota sns

per month, I definitely didn’t go over, not sure why they set this on me https://aws.amazon.com/sns/sms-pricing/ 1/0.00581 Hello, Thank you for submitting your limit increase request. We are unable to grant your increase request at this time because you are not using your current SMS limit. Your current SMS limit[…]

Read More »

multiline find and replace regex perl

heres the string https://www.xmodulo.com/search-and-replace-multi-line-string.html The -0 option turns Perl into “file slurp” mode, where Perl reads the entire input file in one shot (intead of line by line). This enables multi-line search and replace. better version below https://www.codegrepper.com/code-examples/whatever/regex+ignore+newline Great resources https://jkorpela.fi/perl/regexp.html

Read More »