Python path processing Os.path and Pathlib

Source: Internet
Author: User
Tags shuffle

Some gadgets for text processing

Requirementspython 3.6+

1. Randomly extracting text by row
# 从指定文件中随机取出一定行数python shuffle.py --input_file input_file --output_file output_file --number line_number# 从指定文件中随机取出一定百分比的内容 (按行):  parameter: percent valued from 0 to 1python shuffle.py --input_file input_file --output_file output_file --percent percent
2. Text splitting (by line)
# 按固定行数拆分, 指定 --line_number 参数python text_split.py --input_file input_file --output_dir output_dir --line_number line_number# 按文件个数拆分, 指定 --file_number 参数python text_split.py --input_file input_file --output_dir output_dir --file_number file_number
3. Rename under the specified file
python rename.py --input_dir input_dir

Python path processing Os.path and Pathlib

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.