Ubuntu – How to get the mounted point full path while it has space in bash
I have an UBUNTU installation USB disk. The disk name is "UBUNTU 22_0" and will be mounted on "/run/media/UBUNTU 22_0-sda1". There is a space on it so the command "df | grep /dev/sda | awk '{ print $6 }'" is…