shell-scripts
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:My shell scripts
shell-scripts
=============

This is my collection of shell scripts I've used for some purpose. I put them here to re-use them later. Maybe someone finds them useful too.

* check_row_counts.sh	- executes `SELECT COUNT(*) FROM tbl` on every table within two MySQL databases and prints differences.

* convert_to_fax - converts batch of images to the format, which can be then sent by fax. Uses `iconv` from [imagemagick](http://www.imagemagick.org/)

* monitor_progress.sh - checks the size of a file every X seconds. Compares size with specified target size. Then draws progress bar. Based on `du` tool. I've used it to monitor status of `cp` and `scp` operations.

* refactor.sh - updates batch of java files, removes old copyright, unnecessary constants. Based on `sed`.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。