Sample Header Ad - 728x90

tcsh piping ONLY stderr to null leaving stdout alone

0 votes
1 answer
45 views
running a tcsh in RHEL-8.10. doing a grep -l * I get a bunch of Is a directory responses. in bash I would do grep -l * 2>/dev/null to suppress that. What is the equivalent syntax in tcsh ?
Asked by ron (8647 rep)
Jul 18, 2024, 07:53 PM
Last activity: Jul 18, 2024, 08:02 PM