how do display only hidden files in unix?
Answers were Sorted based on User's Feedback
Answer / shardul
ls -a
output will give all the files name that are starting with a (.) dot in starting
this gives the hidden file in the directory where u are exactly present
if you are present in another directory & you want to get the name of hidden file in another directory simply use command
ls -a (name of directory/file u want)
| Is This Answer Correct ? | 0 Yes | 8 No |
Answer / geek
by using the option hide, so that it remains hidden and you
may store secrets in it.....
very helpfull indeed
| Is This Answer Correct ? | 0 Yes | 10 No |
1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second specific time to execute the job. like 10 10 * * * sleep 40&&ps -l>/dev/pts/1 It will execute at 10:10:40 AM but do not know how to execute 15 second,30 second so on at 10:10 am.
What is umask in unix?
How do I show only directories in unix?
What is unix used for?
What language is unix written?
How do we change file access permissions?
Discuss briefly about the directory representation in unix.
Is darwin unix?
What does sort do in unix?
Which unix shell is best?
What are system variables in unix?
How many types of files are there in unix?