Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / dhina
Hi Yankee,
Login files are.
/etc/profile
$HOME/.profile
You can edit the login files from root login. You can add
the alias in login files like below,
alias ll='ls -l'
alias lla='ls -la'
alias ltr='ls -ltr'
alias llh='ls -l . | egrep htm\|html'
alias c=clear
alias rm='rm -i'
After, you do so, log out your current session, and relogin.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What does the command ' $who | sort –logfile > newfile' do?
What is the use of finger command?
Explain command to display different lines that are found when compare two files?
What is the command to compare two files in unix?
How do I search for a file in unix command?
What does 'mkdir' command do in UNIX?
What happens when we execute a unix command?
What is the use of egrep command in unix?
What does the “echo” command do?
What's a command word?
Describe the usage and functionality of the command rm –r * in unix?
Which unix command to make a new directory?
How does pipe () work?
What is grep short for?
Explain command to view process running?