Python论坛  - 讨论区

标题:[python-chinese] 再问: linux下多个.py 如何批处理

2006年09月27日 星期三 16:50

王明 mingwang在iflytek.com
星期三 九月 27 16:50:31 HKT 2006

Çë½Ì£º       

         ÎÒÓжà¸ö .py ,£¬ÊµÏÖ²»Í¬¹¦ÄÜ£¬ »¹ÄÜÉèÖòÎÊý£¬ ÈçºÎ°ÑËüÃÇдÈëÒ»¸ö½Å±¾Ö´ÐУ¿

 

         ÎÒÉèÏëµÄ¿ÉÄܸñʽ£º

         file : my_script(.py)

 

         #! /usr/bin/python

 

         hello.py     -n      pythoner

         work.py     -j       program

 

         ¾ßÌåÈçºÎʵÏÖ£¿

         лл£¡

-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20060927/ab88da24/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月27日 星期三 16:58

Kasicass kasicass在gmail.com
星期三 九月 27 16:58:28 HKT 2006

Hi 王明:

不知道这样满足条件么。

import os

pid = os.fork()
if pid:
    hello.py ...
else:
    work.py ...



王明 写道:
> 请教:      
> 
>          我有多个 .py ,,实现不同功能, 还能设置参数, 如何把它们写入一 
> 个脚本执行?
> 
>  
> 
>          我设想的可能格式:
> 
>          file : my_script(.py)
> 
>  
> 
>          #! /usr/bin/python
> 
>  
> 
>          hello.py     -n      pythoner
> 
>          work.py     -j       program
> 
>  
> 
>          具体如何实现?
> 
>          谢谢!
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
Best regards!

Kasicass/sYcini - Coder
http://www.sycini.com


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月27日 星期三 16:59

陈晓军 chenxiaojun在software.ict.ac.cn
星期三 九月 27 16:59:44 HKT 2006

exec(...)¾Í¿ÉÒÔÁË




³ÂÏþ¾ü
2006-09-27



·¢¼þÈË£º ÍõÃ÷
·¢ËÍʱ¼ä£º 2006-09-27 16:45:33
ÊÕ¼þÈË£º python-chinese在lists.python.cn
³­ËÍ£º 
Ö÷Ì⣺ [python-chinese] ÔÙÎÊ£º linux϶à¸ö.py ÈçºÎÅú´¦Àí

Çë½Ì£º       
         ÎÒÓжà¸ö .py ,£¬ÊµÏÖ²»Í¬¹¦ÄÜ£¬ »¹ÄÜÉèÖòÎÊý£¬ ÈçºÎ°ÑËüÃÇдÈëÒ»¸ö½Å±¾Ö´ÐУ¿

         ÎÒÉèÏëµÄ¿ÉÄܸñʽ£º
         file : my_script(.py)

         #! /usr/bin/python

         hello.py     -n      pythoner
         work.py     -j       program

         ¾ßÌåÈçºÎʵÏÖ£¿
         лл£¡
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20060927/2229f4f0/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月27日 星期三 17:14

Hong Yuan hongyuan在homemaster.cn
星期三 九月 27 17:14:35 HKT 2006

写个shell脚本不就行了?

#!/bin/bash
hello.py -n pythoner
work.py -j program

王明 写道:
>
> 请教:
>
> 我有多个 .py ,,实现不同功能, 还能设置参数, 如何把它们写入一个脚本执行?
>
> 我设想的可能格式:
>
> file : my_script(.py)
>
> #! /usr/bin/python
>
> hello.py -n pythoner
>
> work.py -j program
>
> 具体如何实现?
>
> 谢谢!
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号