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 are filter commands in unix?
Explain command to view process running?
Can you explain a little bit about command substitution?
Which command is used to find whether the system is 32 bit or 64 bit?
What is awk command used for?
How do I use nslookup?
Give the command for finding the current date.
What is ‘ps’ command for?
Who command in unix?
What is time_t?
Which command will print your home directory on screen?
How to use grep command to list find the records of a file containing 10 different strings?
How do I clear my terminal history?
Differentiate cat command from more command.
How do I open a port?