« iGoogle Theme | Home | Windows 7 to Be Released Next Year? »
Linux/Unix Shell Shortcuts
by Planet Lowyat on 22/01/08 at 3:16 pm
Just came across about Linux/Unix Shell Shortcuts from Ubuntu tutorial. Use a Linux/UNIX shell effectively in order to save the time, typing and toil.
ctrl-insert : copy
shift-insert : paste
shift-delete : cut
shift-ctrl-C : copy
shift-ctrl-V : paste
ctrl-l : clearing the screen
ctrl-d : exiting the shell or logging out
ctrl-r + command : searching the history
esc-. or alt-. : Using the previous argurment
ll : Repeats and runs previous command
echo !$ : echo the last argument of the previous command
!ls – Runs the most recent command that begins with ls
!?passwd – Runs the most recent command that contains passwd anywhere
^file1^file2 – Repeat the previous command and replace the first instance of file1 with file2
Source: Ubuntu Tutorial
« iGoogle Theme | Home | Windows 7 to Be Released Next Year? »

One Comment
My Desktop Running On 8G Ram Now | Planet Lowyat
Apr 7th, 2008
[...] and another one for Virtual Center) running on top of my VMware Workstation 6.x. Again I have SuSE Linux Enterprise Server 9 & 10, Ubuntu 8.04 beta, Windows Server 2008, Windows XP Professional [...]
Leave a Comment