5分ごとにテキストを出力する簡単なbashスクリプトを作成します。 起動時にスクリプトが起動されます。 #!/bin/bash
while true ; do
echo "You received a new mail"
sleep 300
done
が、私はこの nohup script.sh
のようにnohupを使用しようとしたが、出力はnohup.outにリダイレクトされ、私
を(文字列paramです)機能を使用するには: # This function just untar a file:
untar()
{
tar xvf $1
}
# This function execute a command with nohup (you can leave the terminal) and nice for a low priority on the
背景:nohup python test.py &は、出力がnohup.outにリアルタイムで正しく保存されないため、通常は機能しません。 in this famous question(nohup python -uなど)の解は、in my other question hereのように、常に機能するとは限りません。 質問:私はコード内でどこでもprint(...)を使用していますので、これを変