bash-redirections-cheat-sheet icon indicating copy to clipboard operation
bash-redirections-cheat-sheet copied to clipboard

Bash redirections cheat sheet

Results 7 bash-redirections-cheat-sheet issues
Sort by recently updated
recently updated
newest added

I fixed it in my fork.

Hi, Please add how to overwrite a file whilst noclobber is set. In bash for example ``` bash set -o noclobber # enable no clobber cat file.txt >| myoverwrittenfile.txt #...

You put the example with two commands (2 find) in the row that was talking about one: ``` cmd <

It took me a while to figure it out. As it might be useful for someone else, I propose to add it here.

I think it would be super useful to add Zshell redirections as a separate column or at least mention such options http://zsh.sourceforge.net/Doc/Release/Redirection.html