More; Move - HPE D6020 Maintenance And Service Manual

Hide thumbs Also See for HPE D6020:
Table of Contents

Advertisement

Parameters
directory: Specifies a directory.
Usage guidelines
You can create a directory only in an existing directory. For example, to create the flash:/test/mytest
directory, the directory test must already exist.
The name of the directory to be created must be unique in the parent directory.
Examples
# Create a directory named test in the root directory of the flash: file system.
<boot> mkdir flash:/test
Directory flash:/test created.
# Create a directory named subtest in the flash:/test directory.
<boot> mkdir flash:/test/subtest
Directory flash:/test/subtest created.
Related commands
dir
rmdir

more

Use more to display the contents of a file.
Syntax
more file-url
Views
User view
Parameters
file-url: Specifies a file.
Examples
# Display the contents of the file test.txt.
<boot> more flash:/test.txt
Have a nice day.

move

Use move to move a file.
Syntax
move fileurl-source fileurl-dest
Views
User view
Parameters
fileurl-source: Specifies the name of the file to be moved, a case-insensitive string of 1 to 63
characters.
262

Advertisement

Table of Contents
loading

Table of Contents