bash snippet
Make a directory
Create nested directories safely with -p.
# Create nested directories if they do not existmkdir -p logs/appecho "Ready" > logs/app/readme.txt
bash snippet
Create nested directories safely with -p.
# Create nested directories if they do not existmkdir -p logs/appecho "Ready" > logs/app/readme.txt
Iterate through files and print their names.
Throttle rapid calls to run only after the delay.
Pragmatic email pattern for most forms.
Tiny wrapper for JSON requests with error handling.
Safely read a UTF-8 file with context managers.
Create or overwrite a UTF-8 file with a newline.