index=<index>
AND CASE("ERROR")
Description|ORACLE SQL|Databricks
~/.bashrcPS1="MyTestPrompt> ”| #!/usr/bin/env bash | |
| set -e | |
| # rm file | |
| find . -name 'file.json' -exec rm {} \; | |
| # replace strings in file | |
| sed -i '' 's|find|replace|g' filename | |
| # Remove line from file |
| #!/usr/bin/env bash | |
| set -e | |
| # https://stackoverflow.com/a/41366949 | |
| openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \ | |
| -keyout example.key -out example.crt -extensions san -config \ | |
| <(echo "[req]"; | |
| echo distinguished_name=req; | |
| echo "[san]"; | |
| echo subjectAltName=DNS:example.com,DNS:www.example.net,IP:10.0.0.1 |
I hereby claim:
To claim this, I am signing this object: