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
Explain ‘library functions’ with respect to unix commands?
What are reported commands?
how to sort the content of the file based on numeric values
Are you in or at the office?
How do you grep a case insensitive?
Who command in unix operating system?
Explain ‘system calls’ with respect to unix commands?
What is unix command?
Who command in unix?
What command is used to switching between users in unix?
What do chgrp command do?
What is time_t?
What is rmdir command?
What is the use of finger command?
What is the command to find maximum memory taking process on the server?