|
principles projects CNMI-Guam old projects |
HFDR /
SoftwareLinux2201RadarBlogmint csh bomps with segmentation on using wild cards If the list is too long, it causes a buffer overflow that results in a segmentation fault. Solution: tcsh which is a recent superset of obsolete csh works. In all scripts that fail, replace the first line #!/bin/csh -f by #!/bin/tcsh |