[ z a z z y b o b . c o m ] /bin, This site is a home to all things Unix/Linux, with a particular lean towards System Administration, and scripting using bash, ksh, awk, sed, etc.
A large # of cool scripts including, "rmblanks.sed" a quick 'n' dirty sed script to remove blank lines.
<img src="images/logo_map.gif" alt="Lots of logos" border="0" usemap="#Map"/> <map name="Map" id="Map"> <area shape="rect" coords="0,0,167,46" href="http://mark.cervarich.com" alt="TechnoMusings" /> </map>So you'd get the pairs "0,0" and "167,46" from the image mapper.
[root@ns data]# ls -sh *bin* 4.0K ns-bin.001 920K ns-bin.004 12M ns-bin.007 4.0K ns-bin.002 4.0K ns-bin.005 69M ns-bin.008 644K ns-bin.003 4.0K ns-bin.006 4.0K ns-bin.index [root@ns data]# mysqladmin flush-logs [root@ns data]# ls -sh *bin* 4.0K ns-bin.001 920K ns-bin.004 12M ns-bin.007 4.0K ns-bin.index 4.0K ns-bin.002 4.0K ns-bin.005 69M ns-bin.008 644K ns-bin.003 4.0K ns-bin.006 4.0K ns-bin.009As you can see, right now, the current logfile is ns-bin.008 and has a size of 69MB! After running mysqladmin flush-logs, there is now a new 4.0kb ns-bin.009 file....and the ns-bin.008 file is still there...but I can cancel it and free up 69MB of space.