py_compilefiles(1) debian man page | unix.com

Man Page: py_compilefiles

Operating Environment: debian

Section: 1

PYCENTRAL()															       PYCENTRAL()

NAME
py_compilefiles - byte-compile python .py files
SYNOPSIS
py_compilefiles [options] [file ...] [-]
DESCRIPTION
py_compilefiles compiles Python .py source files into .pyc or .pyo bytecode format.
OPTIONS
-f force rebuild even if timestamps are up-to-date. -i ignore errors on byte compilation. -q quiet operation. -x regexp skip files matching the regular expression regexp the regexp is search for in the full path of the file. If a filename is given as a minus sign (-), a list of files separated by newline is read from standard input.
AUTHOR
Matthias Klose, Bastian Kleineidam PYCENTRAL()
Related Man Pages
cmigrep(1) - debian
hgignore(5) - debian
update-python-modules(8) - debian
py3compile(1) - linux
config::model::models::debian::dpkg::source::options(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?