R3303-HP HSR6800 Routers Fundamentals Command Reference
86
• Method 1
<Sysname> delete slot1#cfa0:/tt.cfg
Delete slot1#cfa0:/hmr.cfg?[Y/N]:y
%Delete file slot1#cfa0:/tt.cfg...Done.
• Method 2
<Sysname> cd slot1#cfa0:/
<Sysname> delete tt.cfg
Delete slot1#cfa0:/tt.cfg?[Y/N]:y
%Delete file slot1#cfa0:/tt.cfg...Done.
# In IRF mode, remove file tt.cfg from the root directory of the CF card on the active MPU of the IRF fabric.
<Sysname> delete tt.cfg
.
Delete cfa0:/tt.cfg?[Y/N]:y
.
%Delete file cfa0:/tt.cfg...Done.
# In IRF mode, remove file tt.cfg from the root directory of the CF card on the standby MPU that resides
in slot 1 of member device 1:
• Method 1
<Sysname> delete chassis1#slot1#cfa0:/tt.cfg
Delete chassis1#slot1#cfa0:/tt.cfg?[Y/N]:y
%Delete file chassis1#slot1#cfa0:/tt.cfg...Done.
• Method 2
<Sysname> cd chassis1#slot1#cfa0:/
<Sysname> delete tt.cfg
Delete chassis1#slot1#cfa0:/tt.cfg?[Y/N]:y
%Delete file chassis1#slot1#cfa0:/tt.cfg...Done.
dir
Use dir to display files or folders.
Syntax
dir [ /all ] [ file-url | /all-filesystems ]
Views
User view
Default command level
3: Manage level
Parameters
/all: Displays all files and folders in the current directory, including hidden files, hidden folders, files
moved from the current directory to the recycle bin. Files in the recycle bin are enclosed in square
brackets [ ].
file-url: Displays the specified file. Asterisks (*) are acceptable as wildcards. For example, to display files
with the .txt extension in the current directory, enter dir *.txt.