You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! The section "Redirecting both stderr and stdout" suggests ls -lsah > ls.txt as a way of redirecting stdout and sterr, but I'm pretty sure that will only redirect stdout. ( Sources 1, 2 )
I'll make a PR which changes > to &> and try to tweak the text to fit.
(Great resource, thank you!)
The text was updated successfully, but these errors were encountered:
Hi! The section "Redirecting both stderr and stdout" suggests
ls -lsah > ls.txt
as a way of redirecting stdout and sterr, but I'm pretty sure that will only redirect stdout. ( Sources 1, 2 )I'll make a PR which changes
>
to&>
and try to tweak the text to fit.(Great resource, thank you!)
The text was updated successfully, but these errors were encountered: