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,
Chronicling my journey and discoveries in cutting-edge software development. Here, I share practical knowledge and solutions, focusing on Ruby on Rails, Node.js, and JavaScript, alongside explorations into Kubernetes, distributed systems, and latest web technologies.