Fulltext results:
- Shell Script Variables @info:script
- ====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <code ba... -1} </code> ===== Remove Slash from the End of a Variable ===== Remove a trailing slash from ''$a'': <code bash> a=${a%/} </code> {{tag>scripting bash sysadmin variable}}
- MySQL: Backup @info:mysql:database
- Database ===== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-table ... ividually ===== <code bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DAT
- DynDNS Updates without a Client @info:script
- de> First, the login credentials (the ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are read