Home » Writings » Python » Writing Shell Script using Python

Last updated: 2003.08.19

Introduction

There are two types of shell scripts. Look at the Unix command content vs flow control / data manipulation content. If the unix command content percentage is high, it is easier just to write the script in csh or tsch or your favorite (or less distaint) shell script language.

To Be Continued!