List all the files beginning with A

Answers were Sorted based on User's Feedback



List all the files beginning with A ..

Answer / saim.saiyed

ls A*

Is This Answer Correct ?    15 Yes 0 No

List all the files beginning with A ..

Answer / riyaz

ls -l | grep -i a*

Is This Answer Correct ?    6 Yes 0 No

List all the files beginning with A ..

Answer / aron nair

find A*

Is This Answer Correct ?    4 Yes 0 No

List all the files beginning with A ..

Answer / ranjith

ls -a A*

Is This Answer Correct ?    4 Yes 0 No

List all the files beginning with A ..

Answer / pravin

ls -l | grep A*

Is This Answer Correct ?    4 Yes 2 No

List all the files beginning with A ..

Answer / shashi

ll A*

Is This Answer Correct ?    2 Yes 1 No

List all the files beginning with A ..

Answer / susheel narayan singh

#locate A*
or
#whereis A*

Is This Answer Correct ?    1 Yes 1 No

List all the files beginning with A ..

Answer / inventor

In Solaris the correct commands are:
ls -ltr grep a*
ls -ltr grep A*

Is This Answer Correct ?    0 Yes 0 No

List all the files beginning with A ..

Answer / himanshu

ll A*.*

Is This Answer Correct ?    3 Yes 4 No

List all the files beginning with A ..

Answer / mrigendra singh

#find / -name a*
or
#find a*

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Linux Commands Interview Questions

What does make clean command do?

0 Answers  


What is the purpose output of cd command?

0 Answers  


who invented unix?

3 Answers   Wipro,


What is the difference between rmdir and rm r?

0 Answers  


Which daemon is used for scheduling of the commands?

0 Answers  






What does df command do in linux?

0 Answers  


How do you do nslookup?

0 Answers  


Which of the following tasks cannot be accomplished with the touch command?

0 Answers  


How to hide the partition in grub booting?

0 Answers  


Enlist some linux networking and troubleshooting commands?

0 Answers  


What is grep command?

0 Answers  


What is mkdir p linux?

0 Answers  


Categories