hi
i just want to monitor my disk usage by using du command : du -sh /projcts/disk1/
the result:
235M (space) /projects/disk1/firstproject
564M (space) /projects/disk1/secondproject
1.5G (space) /projects/disk1/thirdproject
and so on....
but i just want to eliminate all the /project/disk1/
235M (space) firstproject
564M (space) secondproject
1.5G (space) thirdproject
can i use sed to reformat the output of DU command??
please help me thank in advance
