Symbols, Filters, zip - unzip and find command in linux
Symbols :
\> (Redirection symbol) : Redirects or overrides the data into a file
→ #date > file.txt
\>> : Redirects but appends the data into a file
→ #cal >> file.txt
2> : Redirects the errors into file
→ #ls -l kashmir videos 2> dinesh
&> ...
linux-part-1.hashnode.dev2 min read