Horje
difference between cat> and cat>> Code Example
difference between cat> and cat>>
cat <file name> => displays the contents of the file
cat => takes input from STDIN and puts it back to the STDOUT
cat > <filename> => Take in put from STDIN and put contents in <filename>, This will overwrite the contents.
cat >> <filename> => Take in put from STDIN and put contents in <filename>, This will append the contents.
Source: www.unix.com




Whatever

Related
Coquelicot colour xode Code Example Coquelicot colour xode Code Example
firebase snapshot.downloadURL Code Example firebase snapshot.downloadURL Code Example
search value from 2 Dimension array Code Example search value from 2 Dimension array Code Example
ex: btc address Code Example ex: btc address Code Example
can you earn from grepper Code Example can you earn from grepper Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7