Programación, GPS y más
#!/bin/bash file=du_`date +"%y-%m-%d-%H-%M"`.txt du --max-depth=1 -h| sort >$file