# list block devices alias lb="\ lsblk \ --output \"NAME,SIZE,TYPE,FSTYPE,LABEL,MOUNTPOINTS\" \ --noempty \ " # list block devices (old) alias lbo="\ lsblk \ --output \"NAME,SIZE,TYPE,FSTYPE,LABEL,MOUNTPOINT\" \ "