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
Name the various commands that are used for the user information in unix.
What is the command to find hidden files in the current directory?
How to find $ai_serual resolved path by using unix
What is the use of awk command in unix?
how to sort the content of the file based on numeric values
What does pipe () return?
What does the metacharacter mean?
What is the difference between grep and grep?
What is unix command?
What is the difference between cat command and more command?
How can we use grep command in unix?
What is “chmod” command?
What is the use of finger command?
What are bash commands?
What command will change your prompt to myprompt?