Why does the UNIX community continue to use deprecated bash / ksh features?
Why do all the major Linux / UNIX vendors still use the deprecated bash / ksh features? Let's take this line as an example: [root@mdskvm-p01 grub2]# grep platform_search_hint /boot/grub2/grub.cfg if [ x$feature_platform_search_hint = xy ]; then if [ x$feature_platform_search_hint = xy ]; then [root@mdskvm-p01 grub2]# This is […]

