Results 1 to 4 of 4

Thread: Command line help for a newb.

  1. #1
    Join Date
    Jul 2011
    Beans
    76

    Command line help for a newb.

    Hello All,

    Back in my days of learning the Interactive Data Language, I was unwittingly using emacs and IDL at the same time and I'd very much like to do so again.

    From the terminal we were supposed to type something like $emacs and that would open emacs without stripping my ability to input more commands so that I could in turn give the IDL command. So I've tried messing around with a bunch of different characters and so far nothing's worked.

    So I was wondering, anyone know the magical syntax I'm missing here?

  2. #2
    Join Date
    Jun 2011
    Beans
    67
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Command line help for a newb.

    If you want to detach a process from your terminal, add the '&' character at the end of the command. For example:
    Code:
    $emacs &
    Should start Emacs as a process separate from the terminal client you are using.

  3. #3
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

  4. #4
    Join Date
    Jul 2011
    Beans
    76

    Re: Command line help for a newb.

    Thank you so much. I completely forgot. I remembered that it was teh & key but I forgot you were supposed to put it at the end. Thank you both for your quick replies.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •