I have two storage disks on a ESX host with the names data
and data1
.
If i do a df -h|grep -E 'data'
on an ESX shell it gives the disk size of both the storage disks. Is there a grep command in ESX shell command for exact word match?
Note grep -w
does not exist for ESX shell.
Please help.