Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #111256 > unrolled thread

Re: one command on backslash and space for review

Started byGanesh Pal <ganesh1pal@gmail.com>
First post2016-07-11 00:05 +0530
Last post2016-07-11 00:05 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: one command on backslash and space for review Ganesh Pal <ganesh1pal@gmail.com> - 2016-07-11 00:05 +0530

#111256 — Re: one command on backslash and space for review

FromGanesh Pal <ganesh1pal@gmail.com>
Date2016-07-11 00:05 +0530
SubjectRe: one command on backslash and space for review
Message-ID<mailman.173.1468175767.2295.python-list@python.org>
On Jul 10, 2016 11:14 PM, "Ian Kelly" <ian.g.kelly@gmail.com> wrote:
> They're correct, but using them before single quotes in a string
> delimited by double quotes is unnecessary.

Thanks .

> > 3. Iam running sleep command on the cluster i.e , how could I make it
> > look Python or its fine to have sleep ?
>
> I don't understand the question.
>
Sorry I was in sleep 😂😂 I typed something wrong . Let me explain it.
Better In the below command I.e

'run_parallel -za1 -s 'daemon -cf xyz; sleep 1'

We have a sleep  1 that's run run as part of abovry shell command . It
looks ok but   is there a way to use something alternative to sleep was my
question. I guess the answer is " no" , because we are executing shell
sleep command I think something pythonic like  time.sleep is not possible.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web