For example if I type ~ or ~/Documents as an input I get the message : No such file or directory
However if I use /home/username/Documents it works fine.
echo "Dose onoma katalogou"
read Directory
find $Directory -type f -perm 777
Any idea on why this happens and how I could fix it in order to be able to type pathnames including "~"?