Sensible Open Source

Blog Status

  • 6 yrs 43 wks 6 days old
  • Updated: 3 Feb 2012
  • 466 entries
  • 193 comments
Total: 2,261,842
since: 5 Apr 2005

LinkBlogS

Creating Vidcasts

18 June 2007, Monday 7:05 P GMT-06
Tags:      

Man, Can't Microsoft Catch A Break?

16 March 2007, Friday 12:26 P GMT-06

Viacom, Google andYou Tube, Oh My!

16 March 2007, Friday 12:25 P GMT-06

Switch to digital TV to start in October

16 March 2007, Friday 7:46 A GMT-06

Is the Ice Ready? No, Its Still To Hot To Use...

16 March 2007, Friday 7:43 A GMT-06

MIT Entire Curriculum At disposal of e-learners

6 March 2007, Tuesday 11:52 A GMT-06

A cure for e-mail attention disorder?

2 March 2007, Friday 12:51 A GMT-06
Tags:  

Windows-on-Mac software gets virtualization update

1 March 2007, Thursday 5:08 A GMT-06

EnterpriseDB is/n't Open Source

1 March 2007, Thursday 3:37 A GMT-06

BitTorrent download portal debuts

27 February 2007, Tuesday 9:05 A GMT-06

$45b TXU buyout

27 February 2007, Tuesday 9:02 A GMT-06

iPhone Competitors Got The Touch

26 February 2007, Monday 3:43 A GMT-06
Tags:        

HTC - Smart Mobility

25 February 2007, Sunday 4:22 A GMT-06

Hard to find 1-800 numbers

23 February 2007, Friday 8:35 A GMT-06

Cuba Embraces Open-Source Software

21 February 2007, Wednesday 3:10 A GMT-06

Vista at the tipping point, Err Dipping Point?

11 February 2007, Sunday 11:11 A GMT-06
Tags:  

PostgreSQL Open Source And Persistence

3 February 2007, Saturday 10:32 P GMT-06

Blackboard Pledges No Patent Blocks

3 February 2007, Saturday 10:28 P GMT-06

UVU

5 January 2007, Friday 11:58 P GMT-06

Open-source IP PBX software appliance"

4 January 2007, Thursday 3:44 A GMT-06

Asterisk an under-appreciated Open Source Success Story

4 January 2007, Thursday 3:43 A GMT-06

Open Source AJAX Tooling

4 January 2007, Thursday 3:41 A GMT-06

Google MAIL API Secuirty Alert

1 January 2007, Monday 7:37 P GMT-06
Tags:    

United States Patent Application: 0060288329

26 December 2006, Tuesday 4:00 A GMT-06

LinkBlog Popular Tags

                                       







Linux Terminal Short Cut Keys!

posted 4 November 2009, Wednesday

The following table describes the keystrokes used for typing command lines.

 

Updated to include ALT-F and ALT-B to move cursor Forward or Backward through the command line:

If on a MAC OS X Terminal you must check on the Use Option As Meta Key check box.

Terminal > Preferences > Settings > Keyboard CHECK "Use option as a meta key" 

Terminal > Preferences > Settings > Keyboard CHECK "Use option as a meta key" 

KEYSTROKESDESCRIPTION
textInsert text at the point where the cursor is at; if there is text to the right of the cursor, it is shifted over to the right.
[BKSP]Delete the character to the left of the cursor.
[DEL]Delete the character the cursor is underneath.
[RET]Send the command line to bash for execution (in other words, it runs the command typed at the shell prompt). You don't have to be at the far right end of the command line to type [RET]; you can type it when the cursor is anywhere on the command line.
C-aMove the cursor to the beginning of the input line.
C-dSame as [DEL] (this is the Emacs equivalent).
C-eMove the cursor to the end of the input line.
C-kKill, or "cut," all text on the input line, from the character the cursor is underneath to the end of the line.
C-lClear the terminal screen.
C-uKill the entire input line.
C-yYank, or "paste," the text that was last killed. Text is inserted at the point where the cursor is.
C-_Undo the last thing typed on this command line.
[]Move the cursor to the left one character.
[]Move the cursor to the right one character.
[] and []Cycle through the command history (see Command History).
NOTE: These keyboard commands are the same as those used by the Emacs editor (see Emacs). Many other Emacs keyboard commands also work on the command line (see Basic Emacs Editing Keys). And, for Vi aficionados, it is possible to configure bash to recognize Vi-style bindings instead. The following sections describe some important features of command line editing, such as quoting special characters and strings, letting the shell complete your typing, re-running commands, and running multiple commands. See Info file `bashref.info', node `Command Line Editing' for more information on bash's command line editing features.

links: digg this    del.icio.us    technorati    reddit