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,

Comments

Popular posts from this blog

Install Cpanm module error : No such file or directory opening compressed index

How to increase Elasticsearch Shard recovery Speed

Getting started with Python Flask application with MVC structure