Lecas Blog Note

  • Shell

Redirection de flux sous unix

Thu 28 November 2013
By Dimitri Lecas

In Shell.

tags: Shell

Pour rediriger les flux sous unix :

  • Redirection de la sortie standard dans un fichier

    > file
    
  • Redirection de la sortie standard et erreur dans un fichier

    > file 2>&1
    
Proudly powered by Pelican, which takes great advantage of Python.

The theme is by Smashing Magazine, thanks!