bash シェル実行中に一時的に停止するには、 read Write を使用します。
実行が一時的に停止され[enter]キーにより継続します。
以下サンプルです。
for file in `\find . -type f`; do
echo $file
read Write
done
(*)本ページは CentOS 7.2以後を想定しています。
最終更新日:2017/09/10
[ホーム] -
[ Redhat Linux 7 FAQ 一覧]