Improve your Python, Perl, or Ruby
Learn Python, Perl, or Ruby by example with my production focused templates. Each template can be an object or procedural, has standard CLI options, documentation, and is test driven.
Learn Python, Perl, or Ruby by example with my production focused templates. Each template can be an object or procedural, has standard CLI options, documentation, and is test driven.
The following may not apply to all shells.
ctrl-q
bg <job number>
fg <job number>
ctrl-y
ctrl-z
!66
!!
!$
!*
history -c
history -d <number>
find -type f -name "*.rpmnew" | sed 's/\(^.*\)\(\.rpmnew\)$/mv -f \1\2 \1/' |sh
find /path -name "*.*" -exec | perl -pi -e 's///g' {} \;
set -o vi
Now esc to enter command mode where vi keys
work. Pressing enter returns to normal mode.Change to other region | ctrl-a tab |
Change to other screen | ctrl-a 0-9 |
Detach | ctrl-a d |
Help | ctrl-a ? |
Kill screen | ctrl-a \ |
Kill region | ctrl-a x |
New screen | ctrl-a c |
Reattach | screen -r |
Serial connection | screen /dev/ttyUSB0 9600 |
Split | ctrl-a s |