How do I show only directories in unix?
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of running processes in the background?
What are the devices represented in unix?
How to find out what processes are running in the background in unix?
What is unix pattern?
how to kernel protected memory?
What is the significance of the superuser?
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 source unix?
What is $path in unix?
What is grep|sort give example?
Explain the term filter.
"ls" command is showing all the subdirectoary and files which are present in the current directoary, i want to cut only directoary name. How to cut only name ?