In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Purpose: to copy files in batch processing
Environment: windows 7
The command to copy files in the system is generally copy and xcopy, here we talk about the copy command, this command can only copy files, not folders.
Format:
Copy source file new file
The file can be preceded by a path, and the parameters can be written after copy. The common parameters are as follows:
/ y indicates whether the renamed file encountered during replication is overwritten
/ n when copying a file with a 8dot3 name, use a short file name whenever possible.
/ b indicates a binary file
This / b parameter can be used to hide files, such as the common practice of hiding files in pictures:
Copy / b picture.jpg+test.zip picture_2.jpg
In this way, the test.zip file and the picture will be reorganized into a picture file, and the picture_2.jpg will be displayed normally.
Important point: you can use the plus sign to connect multiple files, but the first file and the generated file type should be the same, that is, both are in picture format.
Other parameters:
/ D allows you to decrypt the target file to be created
/ V verify that the new file is written correctly.
/-Y use the prompt to confirm whether you want to overwrite the existing target file.
/ Z copies networked files in rebootable mode.
/ L if the source is a symbolic link, copy the link to the destination instead of the actual file that the source link points to.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.