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 bigboss1...@gmail.com wrote: On Oct 14, 2:13 am, Peng Yu pengyu...@gmail.com 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

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 bigboss1...@gmail.com 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

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-14 Thread edexter
On Oct 14, 3:42 am, Jean-Michel Pichavant jeanmic...@sequans.com 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 --

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

2009-10-14 Thread Falcolas
On Oct 13, 10:18 pm, TerryP bigboss1...@gmail.com wrote: On Oct 14, 2:13 am, Peng Yu pengyu...@gmail.com 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.

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

2009-10-13 Thread Peng Yu
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 library that could provide support for complex

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

2009-10-13 Thread samwyse
On Oct 13, 9:13 pm, Peng Yu pengyu...@gmail.com 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

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

2009-10-13 Thread TerryP
On Oct 14, 2:13 am, Peng Yu pengyu...@gmail.com 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

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 pengyu...@gmail.com 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