シノバーです。 $ jman at ですと 「 -f file 標準出力でなく、 file からジョブを読み取る。」 とありますが、これは間違いで $ man at では 「 -f file Reads the job from file rather than standard input. 」 とあり、「標準入力」の代わりにファイルが読まれます。 裏返すと -f オプションが無いと標準入力から読み込んだコマンドが実行されます。 したがって $ echo "/home/alpha/videorec 2 10" | at 20:00 で所望の動きになります。 http://shino.pos.to/linux/video/yoyaku の中を追っていくとその部分があります。 bashスクリプトについては http://homepage2.nifty.com/tashikatsu/script/script.html を私は重宝にしてます。 # http://shino.pos.to/linux/video/yoyaku に上げている # bashで書いた予約録画は現在いろいろ手直し中で、 # 近々にリリース予定。 -- Masaki Shinomiya <shino@xxxxxx> http://shino.pos.to/linux/