[asterisk-users] HDD FULLL
    Barry L. Kline 
    blkline at attglobal.net
       
    Tue Feb 24 06:55:08 CST 2009
    
    
  
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
David @ULC wrote:
> When I am trying to delete voice logs, 
> 
> [root at vicidialnow monitor]# rm * -r -f
> -bash: /bin/rm: Argument list too long
> [root at vicidialnow monitor]#
> 
> Argument list too long is coming as a road block.
> 
> Now way to forcefully delete files ?
> 
Use:
	cd /path/to/monitor
	find . -type f | xargs rm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFJo+4sCFu3bIiwtTARAmtlAJ9ZSHjMUTFogxjV1+R3SVai46PxtQCgifkJ
m18j5pNazt3YBytO3rUV/NU=
=djs8
-----END PGP SIGNATURE-----
    
    
More information about the asterisk-users
mailing list