Things I always forget
Switch stderr with stdout:
((command | tee stdout.txt ) 3>&1 1>&2 2>&3 | tee stderr.txt) |
Print all networks from some autonomous system:
whois -K -T route -i origin ASnumber |
Things I always forget
Switch stderr with stdout:
((command | tee stdout.txt ) 3>&1 1>&2 2>&3 | tee stderr.txt) |
Print all networks from some autonomous system:
whois -K -T route -i origin ASnumber |