Symbols, Filters, zip - unzip and find command in linux
May 16, 2025 · 2 min read · 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 &> ...
Join discussion