Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
bash - Can I change the name of `nohup.out`? - Stack Overflow http://stackoverflow.com/questions/4549489/can-i-change-the-name-of-nohup-out
Fri Jan 4 18:47:19 2013 archive.org
QRCode
thumbnail

si votre bash est supérieur à 4 (bash --version) :

nohup votre_commande &> nohup.txt &

sinon :

nohup votre_commande 2>&1 > nohup.txt &

et voila ;)

nohup nohup.txt bash version
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn