The Artima Developer Community
Sponsored Link

Python Buzz Forum
MySQL command line discovery

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Rob Hudson

Posts: 17
Nickname: robhudson
Registered: Aug, 2003

Rob Hudson is a Python newbie writing with PHP and Perl backgrounds.
MySQL command line discovery Posted: Feb 18, 2004 5:46 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Rob Hudson.
Original Post: MySQL command line discovery
Feed Title: Thoughts from Rob Hudson
Feed URL: http://treborhudson.blogspot.com/
Feed Description: PHP, Python, Linux, Web
Latest Python Buzz Posts
Latest Python Buzz Posts by Rob Hudson
Latest Posts From Thoughts from Rob Hudson

Advertisement

Weird thing happened today... I was working in MySQL and accidentally hit Escape followed by the character u and it jumped me to the next word (it really uppercases the word but in my case the word was already uppercased so I didn't notice the effect). So I started playing with other escape sequences to see what they do and here's what I found...

Escape-f: Jumps forward one word.
Escape-b: Jumps back one word.
Escape-c: Capitalizes the word under the cursor.
Escape-u: Uppercases the word under the cursor.
Escape-l: Lowercases the word under the cursor.
Escape-d: Deletes the word under the cursor.
Escape-t: Transposes the word before the cursor with the one after the cursor.

Also, Escape-p puts MySQL into some other command input mode or something. I haven't figured that one out yet and I can't find any documentation on any of this at all. If anyone has more of a clue to these shortcuts let me know.

Read: MySQL command line discovery

Topic: More links and stuff Previous Topic   Next Topic Topic: Brasilia Trip Report

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use