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 can you tell about the tar command?

0 Answers  


How do find hard disk revolutions speed?

1 Answers   ACL, HP,


What Command used to lock user password?

0 Answers  


What would be the result of issuing the command cat phonenos?

0 Answers  


What is history command in linux?

0 Answers  






Explain Backup Managment commands in Linux.

5 Answers  


How do I check my cpu cores?

0 Answers  


Explain shift command of linux?

0 Answers  


how many hard disks can i able to connect to desktop pc and server (IDE & SATA) pls send this ans to my mail : ping2pavan@gmail.com

1 Answers  


What is the command can be run to remove all the rules in an iptable table?

0 Answers  


if i run ls command it will show me the junk output what is problem and how to resolve it

2 Answers   BPO,


What is chainloading?

4 Answers  


Categories