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?
What does grep v do?
How to find $ai_serual resolved path by using unix
Explain how to use grep command to list find the records of a file containing 10 different strings?
Describe the zip/unzip command using gzip.
What is the pipe command?
How do I open a port?
What is the difference between cat and more command?
What is nr in awk command?
What is unix command line?
How do I use grep to search for a file?
What does the command ' $who | sort –logfile > newfile' do?
Differentiate cmp command from diff command.
What does touch command do in unix?
What is in grep command?