unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Split string into shell words?
Date: Tue, 20 Jan 2004 18:04:47 GMT	[thread overview]
Message-ID: <jwvllo2h50o.fsf-monnier+gnu.emacs.help@asado.iro.umontreal.ca> (raw)
In-Reply-To: 87broy5zjp.fsf@emptyhost.emptydomain.de

> Given a string as in the following line:
>         foo "a b" 'c d' e\ f bar

> I'd like a function that returns the following list:

>         ("foo" "a b" "c d" "e f" "bar")

> That is, the string should be split into words like a shell would
> split it into words.

> I thought there must be a function in comint*.el or shell*.el
> somewhere, but couldn't find it.  Probably I'm blind.

It's pretty nasty to do it right:

  foo "bar $(baz "toto") titi"

should turn into "foo" "bar $(baz \"toto\") titi".
What do you need this for ?


        Stefan

  reply	other threads:[~2004-01-20 18:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-20 16:56 Split string into shell words? Kai Grossjohann
2004-01-20 18:04 ` Stefan Monnier [this message]
2004-01-28  8:37   ` Kai Grossjohann
2004-01-20 23:19 ` Kevin Rodgers
2004-01-20 23:47   ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvllo2h50o.fsf-monnier+gnu.emacs.help@asado.iro.umontreal.ca \
    --to=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).