Hi, I tried to run some simple commands after running some invalid commands. like as below.
Ex: vim Word Navigation export GROUP_OPTIONS='--color=auto' GROUP_COLOR='100;8' After running the above if I try to run some simple commands like as 'ls' , I get always Help, command usage list instead of showing the file list like as below. [root@ks-batman-inf latest]# grep -i 'example' Domain.jcml Usage: grep [OPTION]... PATTERN [FILE] ... Search for PATTERN in each FILE or standard input. Example: grep -i 'hello world' menu.h main.c To make commands work again..I needed to restart session. *Putty version:* *OS: Unix* *commands I ran successfully before*: 1021 grep -r "s6dedup" * 1022 grep -r "s6dedup" Domain.jcml 1023 grep "s6dedup" Domain.jcml 1024 ls 1025 vi Domain.jcml 1026 grep -i "s6dedup" Domain.jcml 1027 grep -i "s6dedup" * 1028 grep -in "s6dedup" * 1029 vim Word Navigation 1030 Vim Word Navigation 1031 export GREP_OPTIONS='--color=auto' GREP_color='100;8' 1032 grep -in "s6dedup" * 1033 export GREP_OPTIONS='--color=auto' GREP_color='100;9' 1034 grep -in "s6dedup" * 1035 export GREP_OPTIONS='--color=auto' GREP_color='110;8' 1036 grep -in "s6dedup" * 1037 grep -r 'example' * 1038 grep -r 'Example' * 1039 grep -ir 'Example' * 1040 export GROUP_OPTIONS='--color=auto' GROUP_COLOR='100;8' 1041 export GREP_OPTIONS='--color=auto' GREP_color='110;8' 1042 export GREP_OPTIONS='--color=blue' GREP_color='110;8' 1043 grep -ir 'Example' * 1044 grep -ir 'Example' * 1045 ls 1046 grep -ir 'Example' * 1047 ls 1048 grep -i 'example' Domain.jcml 1049 grep -i 'example' Domain.jcml 1050 history Please check. Thanks, Sateesh
