Puedes editar / ver estos atajos y más yendo a Configuración -> Enlaces directos...
| Atajo | Descripción |
|---|---|
| Ctrl-C | Copiar |
| Ctrl-X | Cortar |
| Ctrl-Z | Deshacer |
| Ctrl-Y | Rehacer |
| Ctrl-V | Pegar |
| #!/bin/sh | |
| # setup ~/.pgpass to allow passwordless connection to postgres | |
| # keep last 30 executions for each job | |
| KEEP=30 | |
| cd /var/lib/rundeck/logs/rundeck | |
| JOBS=`find . -maxdepth 3 -path "*/job/*" -type d` |