Hi!
Just wanted some input on writing a script to give me an dailey report of space/disk usage for a particular directory.
Any help will be appriciated.
Thanks
Jeff;)
Hi!
Just wanted some input on writing a script to give me an dailey report of space/disk usage for a particular directory.
Any help will be appriciated.
Thanks
Jeff;)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
du -h /path/to/your/directory | mail -s ‘Daily Report of Usage’
yourmail@you.com
Good luck.
jr223 wrote:
> Hi!
>
> Just wanted some input on writing a script to give me an dailey report
> of space/disk usage for a particular directory.
>
> Any help will be appriciated.
>
> Thanks
> Jeff;)
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFI9QWc3s42bA80+9kRAgfHAJ9gI86MqsntfHs2V9ssWKTTmc5jCACeOsK+
vKmYlOguLh4yr6L0nZuf+fE=
=NUnf
-----END PGP SIGNATURE-----
Thanks for the assist!