
COMMANDS AND SYNTAX LBI-39040
51
NOTES:
Using cat to redirect output of a file to the same file, such as cat filename1 > filename1 or cat filename1 >> filename1,
does not work. This type of operation should be avoided at all times since it may cause the system to enter an indeterminate
state.
Once started, cat cannot be aborted. It may, however, be suspended and resumed using flow control characters ^S and
^Q.
EXAMPLE:
pSH+> cat mmmdd.log
Starting Activity Logging : DATE: July 24, 1993 TIME: 1:45:59 pm {when logging
started}
6.2.2. cd
cd -- changes working directory
USAGE:
cd [directory]
DESCRIPTION:
directory becomes the new working directory.
OPTIONS:
None.
EXAMPLE:
pSH+> cd /
6.2.3. clone
clone -- copies system files (wildcards supported)
USAGE:
clone -q full_path/sourcefile destination_full_path
DESCRIPTION:
clone is a file copy command similar to cp, which supports the use of wildcard characters. Directories may not be copied
with clone.
clone
may copy to a PC mounted file system but it can not copy from one. When copying files to a PC
mounted file system, PC file naming conventions must be used. File name extensions following the dot (.) are
limited to three characters.
Comentários a estes Manuais