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
# pipe the cat https://stackoverflow.com/a/6779351/21294350 from https://unix.stackexchange.com/questions/33858/bash-read-command-and-stdin-redirection#comment45920_33858
# use the command group in bash https://stackoverflow.com/a/46093063/21294350
cat ~/ostep-projects/processes-shell/tests/$i.err | (read test;$echo_e"${RED}${test}");$echo_e -n "${NC}";done| less -R