Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

>> bash

The >> appends to a file or creates the file if it doesn't exist.
The > overwrites the file if it exists or creates it if it doesn't exist.
 
PREVIOUS NEXT
Tagged: #bash
ADD COMMENT
Topic
Name
5+2 =