Difference between revisions of "Linux Cheat Sheet"

From
Jump to: navigation, search
(Created page with "This Page is for a Cheat Sheet of Linux commands. ----")
 
Line 1: Line 1:
 
This Page is for a Cheat Sheet of Linux commands.
 
This Page is for a Cheat Sheet of Linux commands.
  
 +
Overwrite File with specific content/string:
  
----
+
''echo "<string>" > <filename>''

Revision as of 07:52, 29 January 2025

This Page is for a Cheat Sheet of Linux commands.

Overwrite File with specific content/string:

echo "<string>" > <filename>