Hardware information processing commands
Software data processing commands
File content processing commands
File name processing commands
Folder and directory processing commands
Mainly three types of processing, processing of file content information characters, processing of path definition pointers, ?.
Mainly filtering and adding commands, deleting commands, replacing commands, specifying position commands, searching commands, or similar effects
123456789
223456789
323456789
423456789
523456789 Folder
623456789
723456789
823456789
923456789
|---123456789.txt
|---223456789.txt
|---323456789.txt
|---423456789.txt
|---523456789.txt File name
|---623456789.txt
|---723456789.txt
|---823456789.txt
|---923456789.txt
|----123456789
|----223456789
|----323456789
|----423456789
|----523456789 File content
|----623456789
|----723456789
|----823456789
|----923456789
Search for information on the computer, count lists, tree structures
Implementation of operations on folders, file names, and file contents, classified and abstracted into the concept of text virtual containers
Create a general folder z;
Create 10 folders, each with 10 text files, and each text has 10 lines of numbers, 10 numbers per line.
cd d:
md z
cd z
md 0
md 1
md 2
md 3
md 4
md 5
md 6
md 7
md 8
md 9
cd 0
type con > 0.txt
0123456789
1123456789
2123456789
3123456789
4123456789
5123456789
6123456789
7123456789
8123456789
9123456789
Ctrl+z enter
copy d:\z\0\0.txt d:\z\1\0.txt
copy d:\z\0\0.txt d:\z\2\0.txt
copy d:\z\0\0.txt d:\z\3\0.txt
copy d:\z\0\0.txt d:\z\4\0.txt
copy d:\z\0\0.txt d:\z\5\0.txt
copy d:\z\0\0.txt d:\z\6\0.txt
copy d:\z\0\0.txt d:\z\7\0.txt
copy d:\z\0\0.txt d:\z\8\0.txt
copy d:\z\0\0.txt d:\z\9\0.txt
[ Last edited by zzz19760225 on 2017-10-25 at 19:07 ]
Software data processing commands
File content processing commands
File name processing commands
Folder and directory processing commands
Mainly three types of processing, processing of file content information characters, processing of path definition pointers, ?.
Mainly filtering and adding commands, deleting commands, replacing commands, specifying position commands, searching commands, or similar effects
123456789
223456789
323456789
423456789
523456789 Folder
623456789
723456789
823456789
923456789
|---123456789.txt
|---223456789.txt
|---323456789.txt
|---423456789.txt
|---523456789.txt File name
|---623456789.txt
|---723456789.txt
|---823456789.txt
|---923456789.txt
|----123456789
|----223456789
|----323456789
|----423456789
|----523456789 File content
|----623456789
|----723456789
|----823456789
|----923456789
Search for information on the computer, count lists, tree structures
Implementation of operations on folders, file names, and file contents, classified and abstracted into the concept of text virtual containers
Create a general folder z;
Create 10 folders, each with 10 text files, and each text has 10 lines of numbers, 10 numbers per line.
cd d:
md z
cd z
md 0
md 1
md 2
md 3
md 4
md 5
md 6
md 7
md 8
md 9
cd 0
type con > 0.txt
0123456789
1123456789
2123456789
3123456789
4123456789
5123456789
6123456789
7123456789
8123456789
9123456789
Ctrl+z enter
copy d:\z\0\0.txt d:\z\1\0.txt
copy d:\z\0\0.txt d:\z\2\0.txt
copy d:\z\0\0.txt d:\z\3\0.txt
copy d:\z\0\0.txt d:\z\4\0.txt
copy d:\z\0\0.txt d:\z\5\0.txt
copy d:\z\0\0.txt d:\z\6\0.txt
copy d:\z\0\0.txt d:\z\7\0.txt
copy d:\z\0\0.txt d:\z\8\0.txt
copy d:\z\0\0.txt d:\z\9\0.txt
[ Last edited by zzz19760225 on 2017-10-25 at 19:07 ]
1<词>,2,3/段\,4{节},5(章)。
