Some practical instruction

1. Batch modify the file name in the windows More

  • When modifying the file name, press the tab key may be automatically switched to the next file, and change the file name of the state.

  • All files Select multiple files to modify the file named xx.x, selected it will be adapted to xx (12) .x style.

  • cmd

    • ren “old-filename.txt” “new-filename.txt”
    • ren *.ext1 ???-new_filename_part.*
    • ren *. * ?????. *
    • ren old_filename_part*.* new_filename_part*.*
    • ren * .ext1 * .ext2

2.cmd the tree command more
tree specified directory / f
parameter / f the tree command shows all files in a directory in the directory information is displayed at the same time. When removing the parameter / f, it will only display the folder.

Original: large columns  useful some instructions


Guess you like

Origin www.cnblogs.com/wangziqiang123/p/11641439.html