Redirection bash append
$ ls -l /bin/bash /bing/other >> out
ls: /bing/other: No such file or directory
$ cat out
-r-xr-xr-x 1 root wheel 1228240 Oct 29 13:31 /bin/bash
-r-xr-xr-x 1 root wheel 1228240 Oct 29 13:31 /bin/bash
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
$ ls -l /bin/bash /bing/other >> out
ls: /bing/other: No such file or directory
$ cat out
-r-xr-xr-x 1 root wheel 1228240 Oct 29 13:31 /bin/bash
-r-xr-xr-x 1 root wheel 1228240 Oct 29 13:31 /bin/bash