Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111257
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: one command on backslash and space for review |
| Date | 2016-07-11 04:45 +1000 |
| Message-ID | <mailman.174.1468176347.2295.python-list@python.org> (permalink) |
| References | <CACT3xuWi-BTNM2QRe3Gdk4ZyqyFn-m0U-RNPxJXS2sgMd55ciA@mail.gmail.com> <CALwzidk1Z30Q9RiLQgcM50+o_jDx-yVYcB7mnEH2KNfbaCg8zw@mail.gmail.com> <CACT3xuUYXBcz_7NxVNcSb=ZsZGOQBQPP-0uAG28XS7A_jeoOBw@mail.gmail.com> <CAPTjJmpPqdtAN9Uo=rd0_TKchRdAtPh7E5teKbiTfe9mC=Yotw@mail.gmail.com> |
On Mon, Jul 11, 2016 at 4:35 AM, Ganesh Pal <ganesh1pal@gmail.com> wrote: > '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. That would be correct. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: one command on backslash and space for review Chris Angelico <rosuav@gmail.com> - 2016-07-11 04:45 +1000
csiph-web