i was trying to add a new command as bash builtin command. For example, currently ls command runs either from /bin/ls or /usr/bin/ls. So i want to add this ls as a bash built in command so even though ls is not present in /bin or /usr/bin it should execute, i.e bash program should have all the instructions to execute ls command