tag 25184 notabug close 25184 stop On 12/12/16 16:56, Airon Personal wrote: > Hi > > I have some issue with this command, please check it out: > > [root@XXX]# df -B1 | grep storage > /dev/mapper/vg_storage-lv_storage > 6171133591552 3345022828544 2512635195392 58% > /opt/p2pcdn/var/storage > > Could you give me a awnser about it? > What is the problem with it?
Older versions of df need the -P option so that one can process line by line with filters like grep etc. thanks, Pádraig
