Free Computer Help - Geeks To Go

Thursday, July 27, 2006

Hey how abot some LINUX commands

On most linux shells, use the following commands to engage in random acts of copy & paste:

ctrl-a Jump to the beginning of the line.

ctrl-e Jump to the end of the line.

ctrl-k Cut everything from the right of the cursor and put it in the kill buffer.

ctrul-u Cut everything from the left of the cursor and put it in the kill buffer.

ctrl-y Yank (paste) the current contents of the kill buffer to the right of the cursor.