Re: python along or bash combined with python (for manipulating files)

2009-10-18 Thread Peng Yu
On Tue, Oct 13, 2009 at 11:18 PM, TerryP wrote: > On Oct 14, 2:13 am, Peng Yu wrote: >> Bash is easy to use on manipulating files and directories (like change >> name or create links, etc) and on calling external programs. For >> simple functions, bash along is enough. However, bash does not supp

Re: python along or bash combined with python (for manipulating files)

2009-10-17 Thread Aahz
In article <38890afc-c542-478a-bbe7-9a63dc6c9...@j9g2000vbp.googlegroups.com>, TerryP wrote: > >Very sophisticated scripts are possible using bash and ksh, there is >even a form of ksh that has tk capabilities! (tksh). The Python and >Bourne-derived languages are however fundamentally different >

Re: python along or bash combined with python (for manipulating files)

2009-10-14 Thread Falcolas
On Oct 13, 10:18 pm, TerryP wrote: > On Oct 14, 2:13 am, Peng Yu wrote: > > > Bash is easy to use on manipulating files and directories (like change > > name or create links, etc) and on calling external programs. For > > simple functions, bash along is enough. However, bash does not support > >

Re: python along or bash combined with python (for manipulating files)

2009-10-14 Thread edexter
On Oct 14, 3:42 am, Jean-Michel Pichavant wrote: > Peng Yu wrote: > > Bash is easy to use > > +JOTW > > :) > > JM why choose.. http://shython.sourceforge.net/ I don't think this is the most recent I would also try the package index -- http://mail.python.org/mailman/listinfo/python-list

Re: python along or bash combined with python (for manipulating files)

2009-10-14 Thread Jean-Michel Pichavant
Peng Yu wrote: Bash is easy to use +JOTW :) JM -- http://mail.python.org/mailman/listinfo/python-list

Re: python along or bash combined with python (for manipulating files)

2009-10-13 Thread Gabriel Genellina
En Tue, 13 Oct 2009 23:13:24 -0300, Peng Yu escribió: Bash is easy to use on manipulating files and directories (like change name or create links, etc) and on calling external programs. For simple functions, bash along is enough. However, bash does not support the complex functions. Python has

Re: python along or bash combined with python (for manipulating files)

2009-10-13 Thread TerryP
On Oct 14, 2:13 am, Peng Yu wrote: > Bash is easy to use on manipulating files and directories (like change > name or create links, etc) and on calling external programs. For > simple functions, bash along is enough. However, bash does not support > the complex functions. Python has a richer libra

Re: python along or bash combined with python (for manipulating files)

2009-10-13 Thread samwyse
On Oct 13, 9:13 pm, Peng Yu wrote: > Bash is easy to use on manipulating files and directories (like change > name or create links, etc) and on calling external programs. For > simple functions, bash along is enough. However, bash does not support > the complex functions. Python has a richer libra