From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gamename Newsgroups: gmane.emacs.help Subject: Execute In Multiple Shells? Date: Mon, 23 Nov 2009 15:03:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <62546fac-b9c5-4eaa-a75f-f2d0cedce91f@x5g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1259019663 13531 80.91.229.12 (23 Nov 2009 23:41:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 23:41:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 24 00:40:56 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NCiWc-0001ri-3D for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Nov 2009 00:40:54 +0100 Original-Received: from localhost ([127.0.0.1]:39767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCiWW-0001ne-8O for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Nov 2009 18:40:48 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!x5g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 75.101.94.216 Original-X-Trace: posting.google.com 1259017428 31269 127.0.0.1 (23 Nov 2009 23:03:48 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 23 Nov 2009 23:03:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x5g2000prf.googlegroups.com; posting-host=75.101.94.216; posting-account=RaR4ZAoAAAAWKu7drRlc9rwG-rufL47m User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.15) Gecko/2009102814 Ubuntu/8.10 (intrepid) Firefox/3.0.15 FirePHP/0.3, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:174995 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70066 Archived-At: Hi, How can I send the same command to multiple shell buffers at the same time? That is, if I have 5 bash shells running, how can I send "source ./.bash" to all of them at once? Thanks, -T