https://github.com/hellojukay/perl-cookbook
my perl script collect
https://github.com/hellojukay/perl-cookbook
perl script
Last synced: 8 months ago
JSON representation
my perl script collect
- Host: GitHub
- URL: https://github.com/hellojukay/perl-cookbook
- Owner: hellojukay
- License: bsd-3-clause
- Created: 2020-07-28T10:36:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T10:09:52.000Z (over 5 years ago)
- Last Synced: 2025-01-29T08:33:53.788Z (over 1 year ago)
- Topics: perl, script
- Language: Perl
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# perl-cookbook
my perl script collect
* [删除今天修改过的文件](src/delete_files_modified_in_one_day.pl)
* [统计各个进程 TCP 连接数](src/count_tcp_number.pl)
* [单行 perl 替换 awk](src/perl_one_line_awk.md)
* [检测 github.com 延迟](src/github_check.pl)
* [windows 下实现递归删除文件](src/rm.pl)
* [perl 实现终端进度条](src/progress.pl)