How do I run a command without generating any output? | FAQ Linux | Linux | centre-equestre-lepuy.com ..


Sponsored Links

How do I run a command without generating any output?

To run a command without producing any output on the screen it is customary to use the following syntax:

 



 command> / dev / null

 

In doing so, in fact, the output is sent to / dev / null and is not printed on the screen.

The risk of such an operation is that it will not print any error messages either.

In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Ruby and Ruby on Rails (Course) Ruby and Ruby on Rails (Course)
Create software and Web applications with Ruby and RoR. From 39 €.
Sponsored Links