The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Undefined symbol: .log ravindra_maddal AIX 0 05-15-2008 04:30 AM
use of \&\& symbol suryahota Shell Programming and Scripting 2 10-04-2007 04:15 AM
Append with TM symbol ganesh123 Shell Programming and Scripting 1 03-20-2007 12:41 PM
no symbol table Dom_Cyrus High Level Programming 2 01-31-2006 06:15 AM
unresolved symbol ??? svennie UNIX for Dummies Questions & Answers 2 10-08-2004 03:21 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 06-12-2006
csb csb is offline
Registered User
 

Join Date: Jun 2006
Posts: 1
The > symbol

Hi guys,

Im new to unix; I have a problem at hand.

Somehow at the terminal, I lost the command prompt, instead I get a ">" symbol. Anything I type in does me no good. What do you recommend?

Thank you for your help.
Reply With Quote
Forum Sponsor
  #2  
Old 06-12-2006
tayyabq8's Avatar
Moderator
 

Join Date: Nov 2004
Location: Bahrain
Posts: 555
Try Delete key or Ctrl+C or Ctrl + z to come out of that command and bring your prompt back.
Reply With Quote
  #3  
Old 06-13-2006
Registered User
 

Join Date: Mar 2006
Location: South Yorkshire, UK
Posts: 114
The > is the default UNIX secondary prompt (held in the $PS2 environment variable, so you can change it for the current logon session with PS2="anythingyoulike ") and shows that the last command line was incomplete, often because of unclosed quotes
e.g.
Code:
$ print "hello
> world"
$
or you are entering a multi-line command
Code:
$ for a in x y
> do
> print $a
> done
x
y
$
To get back to normal finish the command or terminate it (control-c)

cheers
Reply With Quote
  #4  
Old 06-13-2006
hu$h's Avatar
Registered User
 

Join Date: May 2006
Posts: 17
try q and enter or bye and enter. it may be an FTP command prompt or somthing along thoughs lines.

hush
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 01:56 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0