CKA: Essential Shell commands
Redirection operators(>> vs >) : > and >> are redirection operators used to send output to files instead of the terminal. Here's what they mean:
> : Redirect and Overwrite
Redirects stdout (standard output) to a file.
Overwrites the file if it exi...
vishnumohanan.hashnode.dev5 min read