English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux uupick command

Linux Command大全

Linux uupick command processes incoming files.

When other hosts transmit files into the system through UUCP, the uupick command can be used to retrieve these files.

Syntax

uupick [-v][-I<configuration file>][-s<host>][-x<hierarchy>][--help]

Parameters:

  • -I<configuration file> or--config<configuration file> Specify the configuration file.
  • -s<host> or--system<host> Process files transmitted from the specified host.
  • -v or--version Display version information.
  • --help Display help.

Online Examples

Process files transmitted from the host localhost. Enter the following command directly in the command line:

uupick-s localhost

This command usually has no output.

Linux Command大全