From: <tomas@tuxteam.de>
To: help-gnu-emacs@gnu.org
Subject: Re: how to send lines of a shell script directly to the shell
Date: Sun, 16 Apr 2023 11:05:38 +0200 [thread overview]
Message-ID: <ZDu6YgQJ2eWNnkfw@tuxteam.de> (raw)
In-Reply-To: <87h6tgyzq5.fsf@mat.ucm.es>
[-- Attachment #1: Type: text/plain, Size: 712 bytes --]
On Sun, Apr 16, 2023 at 10:53:54AM +0200, Uwe Brauer wrote:
>
>
> Hi
>
> I have to execute a series of commands like
>
> git checkout strings
> mygit-push-named-branch strings
> etc
>
> It is a list of these commands in a file. I can call
> M-x shell
>
> And then copy each line to the shell where it is executed.
>
> Is there any faster way, a command like
> execute this line via the shell.
>
> I googled but cannot find anything.
Ask your Emacs, not Google. Emacs is your friend, Google isn't :)
c-h a (apropos) shell suggests shell-command-on-region, usually
bound to M-|
(of course, you'd have to mark the line; automating that is left
as an...)
Cheers
--
t
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
next prev parent reply other threads:[~2023-04-16 9:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-16 8:53 how to send lines of a shell script directly to the shell Uwe Brauer
2023-04-16 9:05 ` tomas [this message]
2023-04-16 10:03 ` Uwe Brauer
2023-04-16 12:57 ` tomas
2023-04-16 10:09 ` Uwe Brauer
2023-04-18 18:52 ` Leo Butler
2023-04-18 19:14 ` Emanuel Berg
2023-04-20 20:12 ` Uwe Brauer
2023-04-16 15:31 ` Eduardo Ochs
2023-04-16 19:47 ` Uwe Brauer
2023-04-22 19:49 ` parozusa
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=ZDu6YgQJ2eWNnkfw@tuxteam.de \
--to=tomas@tuxteam.de \
--cc=help-gnu-emacs@gnu.org \
/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).