On 2021-06-17 10:55 a.m., J C Nash wrote:
DIR="~/Something/" if [ -d "$DIR" ]; then
DIR=~/Something/ if [ -d "$DIR" ]; then or DIR=~/"Something with spaces/" if [ -d "$DIR" ]; then
On 2021-06-17 10:55 a.m., J C Nash wrote:
DIR="~/Something/" if [ -d "$DIR" ]; then
DIR=~/Something/ if [ -d "$DIR" ]; then or DIR=~/"Something with spaces/" if [ -d "$DIR" ]; then