SSH2 Manpage for sshregex

SSHREGEX(1) SSH2

Description

This document describes the regular expressions (or globbing patterns) used in filename globbing with scp2 and sftp2.

Patterns

The escape character is a backslash "\". With this you can escape meta characters which you'd like to use in their plain character form.In the following examples literal "E" and "F" denote any expression, be it a pattern or character, etc.

Character Sets

A character set starts with "[" and ends at nonescaped "]" that is not part of a POSIX character set specifier and that does not follow immediately after "[".The following characters have a special meaning and need to be escaped if meant literally:

Example



[[:xdigit:]XY] is typically equivalent to [0123456789ABCDEFabcdefXY] .


Authors

SSH Communications Security Corp.For more information, see http://www.ssh.com/.

See also

scp2 (1), sftp2 (1)