Linux / Open Source Forum
Thursday, May 22, 2014
add ll command to show ls -la
Open ]# vi /root/.bash_profile
Add the following line
alias ll='ls -la'
After that run the below commad.
]# source /root/.bash_profile
This will show ll command as ls -la out put. Like that you can simplify your commands.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment