Posts

Showing posts from May, 2010

Make ll command working in linux

Hi, Today I ve learnt how to make ll working in linux from my friend swanand. do the following, gedit ~/.bashrc alias ll='ls -l' save the file & close it. This makes ll working in all new tabs in console. Cheers,