all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GURU NEEDED : break a command into several lines and comment each line
@ 2011-01-13 21:18 bolega
  2011-01-14  8:07 ` Oleksandr Gavenko
  0 siblings, 1 reply; 9+ messages in thread
From: bolega @ 2011-01-13 21:18 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: gnuist006

Basically, I have spent a few hours experimenting and searching on the
comp.unix.shell

how to break a command with several switches into more than one line
AND to be able to put some comment on each line.

#!/bin/bash -xv

command       \ # comment1
         -sw1 \ # comment2
         -sw2 \ # comment3
         arguments

One ought to be able to comment every single switch if desired for
whatever reason.

Bolega




^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <bfd24856-94a9-4b46-b0b7-8c142f5b87f5@z5g2000yqb.googlegroups.com>]

end of thread, other threads:[~2011-01-14 17:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 21:18 GURU NEEDED : break a command into several lines and comment each line bolega
2011-01-14  8:07 ` Oleksandr Gavenko
     [not found] <bfd24856-94a9-4b46-b0b7-8c142f5b87f5@z5g2000yqb.googlegroups.com>
2011-01-13 21:45 ` Berthold Höllmann
2011-01-13 22:08 ` David W. Hodgins
2011-01-13 22:46 ` suvayu ali
2011-01-13 22:47 ` Pascal J. Bourguignon
2011-01-14  3:12 ` Stefan Monnier
     [not found] ` <jwvaaj4b2sb.fsf-monnier+gnu.emacs.help@gnu.org>
2011-01-14  6:28   ` bolega
2011-01-14 17:41     ` Pascal J. Bourguignon

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.