Archive:
Month: January 2025
tcsh script behavior change
Recently I noticed a tcsh behavior change. CentOS7, Rocky 8, Ubuntu 20.04, Fedora 41, and Linux Mint if you have a string variable in tcsh, like set a=”mystring” and attempt to get its path when treating is as a filename: set b=”$a:h” it will return $a itself. To be noted that the expect behavior when […]