ls Command Regular ExpressionOctober 17, 2023November 15, 2023ls Command We have tried several ways to list files by the pattern of regular expression like this: $ ls -l erptbs_(16|20|40|42|86)_* ksh: syntax error:… Read More »ls Command Regular Expression
How to Resolve ksh: declare: not foundJanuary 3, 2023January 3, 2023declare: not found Saw error declare: not found when we tried to make the modified profile come into effect in AIX. $ . ~/.profile ksh:… Read More »How to Resolve ksh: declare: not found