|
Wednesday, 21 June 2006 |
|
Error: Argument list too long When removing large number of files this error might occur. In order to avoid it use: “find -type f -print0 | xargs -0 rm” If it does not work, use “find ./ -name “*8*log -print0| xargs -0 rm” first. MySQL Login into mysql: mysql -uuser -ppassword
|
|
Last Updated ( Wednesday, 21 June 2006 )
|