cannot extract file when file location is passed from a variable in bash

前端 未结 0 701
余生分开走
余生分开走 2021-01-16 08:40

i did try replacing the $Dir with file location and it works

echo -n "Drag and drop file: "
read Dir
echo $Dir
sudo tar -xvf $Dir ```




相关标签:
回答
  • 消灭零回复
提交回复
热议问题