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
Is grep faster than awk?
Which command is used to create a directory?
What does this command do? Cat food 1 > kitty
What does 'mkdir' command do in UNIX?
Which command is used to find whether the system is 32 bit or 64 bit?
What do know about tee command?
How does the system know where one command ends and another begins?
What are awk commands?
What is the pipe command?
What is grep short for?
What command is used to check the current users?
What do chown command do?
What is the command to find maximum memory taking process on the server?
What is the unix command to confirm a remote host is alive or not?
Describe the usage and functionality of the command rm –r * in unix?