4,461
edits
Line 15: | Line 15: | ||
| style="width: 50%;" | Detach a job from the current session | | style="width: 50%;" | Detach a job from the current session | ||
| style="width: 50%;" class="cli" | sudo rsync templates/* whatever/ &<br>jobs<br>disown -h %1 | | style="width: 50%;" class="cli" | sudo rsync templates/* whatever/ &<br>jobs<br>disown -h %1 | ||
|- | |||
| style="width: 50%;" | Change the shape of the cursor | |||
| style="width: 50%;" class="cli" | | |||
echo -e -n "\x1b[\x30 q" # changes to blinking block<br> | |||
echo -e -n "\x1b[\x31 q" # changes to blinking block also<br> | |||
echo -e -n "\x1b[\x32 q" # changes to steady block<br> | |||
echo -e -n "\x1b[\x33 q" # changes to blinking underline<br> | |||
echo -e -n "\x1b[\x34 q" # changes to steady underline<br> | |||
echo -e -n "\x1b[\x35 q" # changes to blinking bar<br> | |||
echo -e -n "\x1b[\x36 q" # changes to steady bar | |||
|} | |} | ||