|
发表于 2005-9-7 18:06:21
|
显示全部楼层
- SPLIT(1) User Commands SPLIT(1)
- NAME
- split - split a file into pieces
- SYNOPSIS
- split [OPTION] [INPUT [PREFIX]]
- DESCRIPTION
- Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default
- PREFIX is ‘x’. With no INPUT, or when INPUT is -, read standard input.
- Mandatory arguments to long options are mandatory for short options
- too.
- -a, --suffix-length=N
- use suffixes of length N (default 2)
复制代码 |
|