Files
python3-cookbook/source/chapters/p13_utility_script_and_system_manage.rst

19 lines
663 B
ReStructuredText
Raw Normal View History

2014-08-21 10:27:10 +08:00
=============================
第十三章:脚本编程与系统管理
=============================
2015-04-28 15:13:01 +08:00
A lot of people use Python as a replacement for shell scripts, using it to automate common
system tasks, such as manipulating files, configuring systems, and so forth. The
main goal of this chapter is to describe features related to common tasks encountered
when writing scripts. For example, parsing command-line options, manipulating files
on the filesystem, getting useful system configuration data, and so forth. Chapter 5 also
contains general information related to files and directories.
2014-08-21 10:27:10 +08:00
Contents:
.. toctree::
:maxdepth: 1
:glob:
../c13/*