#shell #file #gedit
Вопрос:
У меня есть следующий сценарий
echo "Please Specify the Name of the file"
read file
echo "Please copy and paste the information into ${file} and press save and close."
gedit ${file}
echo "You now have ${file} to be processed"
Как настроить скрипт так, чтобы фраза «Теперь у вас есть ${файл} для обработки» не отображалась до тех пор, пока я не закрою окно gedit?
Комментарии:
1. Может быть
gedit ${file} amp;amp; echo "You now have ${file} to be processed"
2. gedit —подождите «$файл»